Skip to content

Commit

Permalink
update actions version to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Oct 25, 2022
1 parent 6f4d51f commit 85bc466
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 @@ -24,9 +24,9 @@ jobs:
- '1.18'
- '1.19'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- run: go test -race
- run: go test -race -cover

0 comments on commit 85bc466

Please sign in to comment.