We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 604acca + 37c8d4c commit 7cb0224Copy full SHA for 7cb0224
.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/notify_zammad
-go 1.23
+go 1.24
require (
github.com/NETWAYS/go-check v0.6.1
0 commit comments