Skip to content

Commit 7a3cc37

Browse files
authored
Upgrade GitHub Actions to latest versions
1 parent 301b082 commit 7a3cc37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v1
12+
uses: actions/setup-go@v6
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Fetch Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v6
1717
- name: Run Test
18-
run: go test -v -race
18+
run: go test -v -race

0 commit comments

Comments
 (0)