Skip to content

Commit 529adb3

Browse files
committed
Update Go version to 1.24.4 and adjust go.mod for toolchain compatibility; modify GitHub Actions workflow to use go.mod for versioning and set golangci-lint to latest version.
1 parent 7b24b28 commit 529adb3

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.24"
21-
cache: false
20+
go-version-file: go.mod
2221

2322
- name: build
2423
run: make build
@@ -29,4 +28,4 @@ jobs:
2928
- name: golangci-lint
3029
uses: golangci/golangci-lint-action@v6
3130
with:
32-
version: v1.64
31+
version: latest

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.24.1
1+
golang 1.24.4

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module git.maronato.dev/maronato/finger
22

3-
go 1.24.1
3+
go 1.23.0
4+
5+
toolchain go1.24.4
46

57
require (
68
github.com/peterbourgon/ff/v4 v4.0.0-alpha.4

0 commit comments

Comments
 (0)