Skip to content

Commit

Permalink
update go to fix CVE-2024-24791
Browse files Browse the repository at this point in the history
  • Loading branch information
sergicastro committed Aug 8, 2024
1 parent ee2f264 commit 011827c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- uses: docker/setup-qemu-action@v3
with:
platforms: amd64
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 reactive-tech.io/kubegres

go 1.22.4
go 1.22.5

require (
github.com/go-logr/logr v1.2.3
Expand Down

0 comments on commit 011827c

Please sign in to comment.