We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13cc98b + 77f4fcd commit f5ca546Copy full SHA for f5ca546
3 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v5
21
with:
22
- go-version: 1.23
+ go-version: 1.24
23
24
- name: Test
25
run: go test -v ./...
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test coverage lint vet
2
3
build:
4
- export CGO_ENABLED=0; go build
+ CGO_ENABLED=0 go build
5
lint:
6
go fmt $(go list ./... | grep -v /vendor/)
7
vet:
go.mod
@@ -1,6 +1,6 @@
module github.com/NETWAYS/check_prometheus
-go 1.23.0
+go 1.24
toolchain go1.24.0
0 commit comments