Skip to content

Commit 322e10d

Browse files
committed
Use even newer Go version
1 parent 3580e04 commit 322e10d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v6
1818
with:
19-
go-version: 1.22.x
19+
go-version: 1.24.x
2020
- name: Run goreleaser
2121
uses: goreleaser/goreleaser-action@v1
2222
with:

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Continuous Integration
22

33
env:
4-
GO_VERSION: 1.22
4+
GO_VERSION: 1.24
55

66
on:
77
push:
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v6
2929
with:
30-
go-version: 1.22.x
30+
go-version: 1.24.x
3131
- name: Cache build
3232
uses: actions/cache@v4
3333
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Go
5050
uses: actions/setup-go@v6
5151
with:
52-
go-version: 1.22.x
52+
go-version: 1.24.x
5353
- name: Cache build
5454
uses: actions/cache@v4
5555
with:
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup Go
7878
uses: actions/setup-go@v6
7979
with:
80-
go-version: 1.22.x
80+
go-version: 1.24.x
8181
- name: Cache build
8282
uses: actions/cache@v4
8383
with:
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setup Go
105105
uses: actions/setup-go@v6
106106
with:
107-
go-version: 1.22.x
107+
go-version: 1.24.x
108108
- name: Cache build
109109
uses: actions/cache@v4
110110
with:

0 commit comments

Comments
 (0)