Skip to content

Commit 590571b

Browse files
committed
Upgrade CI to setup-go@v4
1 parent 22055ae commit 590571b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ jobs:
99
os: [ubuntu-latest, macos-latest, windows-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/setup-go@v3
12+
- uses: actions/setup-go@v4
1313
with:
1414
go-version: ${{ matrix.go-version }}
15+
cache: false
1516
- uses: actions/checkout@v3
1617
- run: go test ./...

0 commit comments

Comments
 (0)