Skip to content

Commit 5e6ed9b

Browse files
updated go minor version
1 parent 4858c2e commit 5e6ed9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- if: matrix.build-mode == 'manual'
5050
env:
5151
# fix "go: download go1.22 for linux/amd64: toolchain not available" error
52-
GOTOOLCHAIN: "go1.24.6"
52+
GOTOOLCHAIN: "go1.24.10"
5353
run: |
5454
make go-build
5555

.github/workflows/gosec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
persist-credentials: false
2525
- name: Run Gosec Security Scanner
2626
env:
27-
GOTOOLCHAIN: "go1.24.6"
27+
GOTOOLCHAIN: "go1.24.10"
2828
uses: securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 # v2.22.8
2929
with:
3030
args: ./...

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/natrontech/pbs-exporter
22

3-
go 1.24.6
3+
go 1.24.10
44

55
require github.com/prometheus/client_golang v1.23.0
66

0 commit comments

Comments
 (0)