Skip to content

Commit

Permalink
Update to Go 1.22 minimum, update GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
neilalexander committed Dec 13, 2024
1 parent b3fced3 commit 1936291
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.20", "1.21"]
go: ["stable", "1.22"]
steps:
- uses: actions/checkout@v3
- name: Setup go
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.21"]
go: ["stable", "1.22"]
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.18
go 1.22

0 comments on commit 1936291

Please sign in to comment.