We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dfcfd commit 7dfd19dCopy full SHA for 7dfd19d
.github/workflows/golangci-lint.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v6
19
with:
20
- version: v1.63.4
+ version: v1.64
go.mod
@@ -1,7 +1,8 @@
1
module github.com/NETWAYS/check_prometheus
2
3
-go 1.22
4
-toolchain go1.24.1
+go 1.23.0
+
5
+toolchain go1.24.0
6
7
require (
8
github.com/NETWAYS/go-check v0.6.2
0 commit comments