Skip to content

Commit

Permalink
fix: stdlib vulnerabilities CVE-2024-34158, CVE-2024-34156 and CVE-20…
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Le Guern committed Nov 26, 2024
1 parent 293ab5c commit b5a5af7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Run Unit tests
run: make test
- name: Upload logs
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
- name: Run integration tests
uses: nick-fields/retry@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
-
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
-
name: Build and generate docs
run: make docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
-
name: setup-snapcraft
# FIXME: the mkdirs are a hack for https://github.com/goreleaser/goreleaser/issues/1715
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/deviceinsight/kafkactl/v5

go 1.22.6
go 1.23.3

require (
github.com/IBM/sarama v1.43.2
Expand Down

0 comments on commit b5a5af7

Please sign in to comment.