Skip to content

Commit d988c8a

Browse files
authored
Add Go 1.22 to the testing matrix (#82)
Also, use Go 1.22 for the lint and release pipelines.
1 parent 1ac6d52 commit d988c8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
go: ["1.21"]
14+
go: ["1.22"]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
go: ["1.18", "1.19", "1.20", "1.21"]
30+
go: ["1.18", "1.19", "1.20", "1.21", "1.22"]
3131

3232
steps:
3333
- uses: actions/checkout@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.21
22+
go-version: 1.22
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v5
2525
with:

0 commit comments

Comments
 (0)