Skip to content

Commit

Permalink
Use latest go1.21.x with github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 28, 2023
1 parent a87fa84 commit 0faf51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.20", "1.21.0-rc.3"]
go: ["1.20", "1.21"]
steps:
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe #4.1.0
with:
go-version: ${{ matrix.go }}
- name: Check out source
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 #v3.5.0
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3.6.0
- name: Build
run: go build ./...
- name: Test
Expand Down

0 comments on commit 0faf51f

Please sign in to comment.