We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac0b89 commit a4775efCopy full SHA for a4775ef
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-go@v5
16
with:
17
- go-version: "1.23"
+ go-version: "1.24"
18
cache: false
19
- name: GolangCi-Lint
20
uses: golangci/[email protected]
@@ -31,7 +31,7 @@ jobs:
31
- name: Set up Go
32
uses: actions/setup-go@v5
33
34
35
36
- name: Test
37
run: go test -v ./...
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
- name: Build
51
run: go build -v ./...
go.mod
@@ -1,6 +1,6 @@
1
module github.com/NLLCommunity/heimdallr
2
3
-go 1.23.0
+go 1.24.0
4
5
require (
6
github.com/agnivade/levenshtein v1.2.1
0 commit comments