Skip to content

Commit 7cb0224

Browse files
authored
Merge pull request #21 from NETWAYS/bump-go
Bump to Go 1.24
2 parents 604acca + 37c8d4c commit 7cb0224

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/NETWAYS/notify_zammad
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/NETWAYS/go-check v0.6.1

0 commit comments

Comments
 (0)