Skip to content

Commit 19227f5

Browse files
Merge pull request #110 from NETWAYS/bump-go-version
Bump go version
2 parents 8950a80 + 81c6f0b commit 19227f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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: Vet
2525
run: go vet ./...

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v6
1919
with:
20-
version: v1.63.4
20+
version: v1.64.8

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_logstash
22

3-
go 1.22
3+
go 1.24
44

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

0 commit comments

Comments
 (0)