We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8950a80 commit 81c6f0bCopy full SHA for 81c6f0b
.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: Vet
25
run: go vet ./...
.github/workflows/golangci-lint.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v6
- version: v1.63.4
+ version: v1.64.8
go.mod
@@ -1,6 +1,6 @@
1
module github.com/NETWAYS/check_logstash
2
3
-go 1.22
+go 1.24
4
5
require (
6
github.com/NETWAYS/go-check v0.6.2
0 commit comments