Skip to content

Commit

Permalink
Run tests on Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnStarich committed Nov 17, 2023
1 parent db1e53a commit 39e9491
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.21.x
- name: Lint
run: go vet ./...

Expand All @@ -28,7 +28,10 @@ jobs:
- 1.15.x
- 1.16.x
- 1.17.x
- ^1.18 # Latest version of Go
- 1.18.x
- 1.19.x
- 1.20.x
- ^1.21 # Latest version of Go
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down

0 comments on commit 39e9491

Please sign in to comment.