Skip to content

Commit 2e0edf1

Browse files
committed
Bump Golang version and golanglint
1 parent fb05437 commit 2e0edf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.18
23+
go-version: 1.23
2424

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

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: golangci-lint
1616
uses: golangci/golangci-lint-action@v6
1717
with:
18-
version: v1.56.2
18+
version: v1.61

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/support-collector
22

3-
go 1.20
3+
go 1.22
44

55
require (
66
github.com/Showmax/go-fqdn v1.0.0

0 commit comments

Comments
 (0)