Skip to content

Commit 997ab25

Browse files
committed
chore: update Go to v1.24
1 parent 7133450 commit 997ab25

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-go@v5
2323
with:
24-
go-version: "1.23"
24+
go-version: "1.24"
2525

2626
- uses: actions/setup-node@v4
2727
with:

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: "1.23"
15+
go-version: "1.24"
1616
cache: false # Disable cache since golangci-lint does its own caching
1717

1818
- name: Lint source code

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- uses: actions/setup-go@v5
5555
with:
56-
go-version: "1.23"
56+
go-version: "1.24"
5757

5858
- uses: goreleaser/goreleaser-action@v6
5959
with:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: "1.23"
20+
go-version: "1.24"
2121

2222
- name: Run tests
2323
run: go test ./...

go.mod

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

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/Masterminds/semver/v3 v3.2.0

0 commit comments

Comments
 (0)