Skip to content

Commit

Permalink
test with go 1.22 / 1.21 / 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
chripo committed Jul 23, 2024
1 parent 9a7d612 commit 5794c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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.17"
go-version: "^1.22"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
Expand All @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.goos }}-${{ matrix.goarch }}
path: ./bin/
path: ./bin/
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
goversion:
- "1.22"
- "1.21"
- "1.20"
- "1.19"
- "1.18"
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down

0 comments on commit 5794c7c

Please sign in to comment.