Skip to content

Commit

Permalink
Bump GoLang to fix CVE-2024-24790
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq authored and gmllt committed Jun 27, 2024
1 parent dd72218 commit 4087058
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: tests modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
go-version: ">=1.22.4"

- name: running unit-tests
run: |
Expand Down

0 comments on commit 4087058

Please sign in to comment.