Skip to content

Commit

Permalink
Bump GitHub workflow actions to their latest versions (#22)
Browse files Browse the repository at this point in the history
This PR bumps GitHub workflow actions to their latest versions.
  • Loading branch information
deining committed Apr 19, 2024
1 parent 3880208 commit a914513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
build:
strategy:
matrix:
go-version: [1.17.x]
go-version: '1.20'
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: go test -race -v .

0 comments on commit a914513

Please sign in to comment.