Skip to content

Commit a4775ef

Browse files
committed
chore: upgrade to Go v1.24.
1 parent fac0b89 commit a4775ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/lint.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: "1.23"
17+
go-version: "1.24"
1818
cache: false
1919
- name: GolangCi-Lint
2020
uses: golangci/[email protected]
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: "1.23"
34+
go-version: "1.24"
3535

3636
- name: Test
3737
run: go test -v ./...
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@v5
4747
with:
48-
go-version: "1.23"
48+
go-version: "1.24"
4949

5050
- name: Build
5151
run: go build -v ./...

Diff for: go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/agnivade/levenshtein v1.2.1

0 commit comments

Comments
 (0)