Skip to content

Commit f5ca546

Browse files
authored
Merge pull request #81 from NETWAYS/bump-go
Bump to Go 1.24
2 parents 13cc98b + 77f4fcd commit f5ca546

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.23
22+
go-version: 1.24
2323

2424
- name: Test
2525
run: go test -v ./...

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test coverage lint vet
22

33
build:
4-
export CGO_ENABLED=0; go build
4+
CGO_ENABLED=0 go build
55
lint:
66
go fmt $(go list ./... | grep -v /vendor/)
77
vet:

go.mod

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

3-
go 1.23.0
3+
go 1.24
44

55
toolchain go1.24.0
66

0 commit comments

Comments
 (0)