We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301b082 commit 7a3cc37Copy full SHA for 7a3cc37
.github/workflows/test.yml
@@ -9,10 +9,10 @@ jobs:
9
runs-on: ${{ matrix.platform }}
10
steps:
11
- name: Install Go
12
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v6
13
with:
14
go-version: ${{ matrix.go-version }}
15
- name: Fetch Repository
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
17
- name: Run Test
18
- run: go test -v -race
+ run: go test -v -race
0 commit comments