Skip to content

Commit

Permalink
Upgrade CI to setup-go@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed May 6, 2023
1 parent 22055ae commit 590571b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false
- uses: actions/checkout@v3
- run: go test ./...

0 comments on commit 590571b

Please sign in to comment.