Skip to content

Commit 1936291

Browse files
committed
Update to Go 1.22 minimum, update GHA
1 parent b3fced3 commit 1936291

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.21
24+
go-version: 1.22
2525
- name: golangci-lint
2626
uses: golangci/golangci-lint-action@v3
2727

@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
go: ["1.20", "1.21"]
36+
go: ["stable", "1.22"]
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Setup go
@@ -83,7 +83,7 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
go: ["1.21"]
86+
go: ["stable", "1.22"]
8787
steps:
8888
- uses: actions/checkout@v3
8989
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ require (
3131
gopkg.in/yaml.v3 v3.0.1 // indirect
3232
)
3333

34-
go 1.18
34+
go 1.22

0 commit comments

Comments
 (0)