We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4858c2e commit 5e6ed9bCopy full SHA for 5e6ed9b
.github/workflows/codeql.yml
@@ -49,7 +49,7 @@ jobs:
49
- if: matrix.build-mode == 'manual'
50
env:
51
# fix "go: download go1.22 for linux/amd64: toolchain not available" error
52
- GOTOOLCHAIN: "go1.24.6"
+ GOTOOLCHAIN: "go1.24.10"
53
run: |
54
make go-build
55
.github/workflows/gosec.yml
@@ -24,7 +24,7 @@ jobs:
24
persist-credentials: false
25
- name: Run Gosec Security Scanner
26
27
28
uses: securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 # v2.22.8
29
with:
30
args: ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/natrontech/pbs-exporter
2
3
-go 1.24.6
+go 1.24.10
4
5
require github.com/prometheus/client_golang v1.23.0
6
0 commit comments