Skip to content

Commit

Permalink
security: update go version 1.22.5 to fix GO-2024-2963
Browse files Browse the repository at this point in the history
  • Loading branch information
janfuhrer committed Jul 8, 2024
1 parent 3fedd22 commit 6e56934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- if: matrix.build-mode == 'manual'
env:
# fix "go: download go1.22 for linux/amd64: toolchain not available" error
GOTOOLCHAIN: "go1.22.4"
GOTOOLCHAIN: "go1.22.5"
run: |
make go-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
persist-credentials: false
- name: Run Gosec Security Scanner
env:
GOTOOLCHAIN: "go1.22.4"
GOTOOLCHAIN: "go1.22.5"
uses: securego/gosec@6fbd381238e97e1d1f3358f0d6d65de78dcf9245 # v2.20.0
with:
args: ./...
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/natrontech/pbs-exporter

go 1.22.4
go 1.22.5

require github.com/prometheus/client_golang v1.19.1

Expand Down

0 comments on commit 6e56934

Please sign in to comment.