Skip to content

Commit

Permalink
gh: uses go 1.23 and 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
chripo committed Dec 17, 2024
1 parent b60b3c7 commit 1d8243f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "^1.22"
go-version: "^1.23"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
strategy:
matrix:
goversion:
- "1.23"
- "1.22"
- "1.21"
- "1.20"
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 1d8243f

Please sign in to comment.