Skip to content

Commit 3547aaa

Browse files
Update actions/setup-go action to v6
1 parent 8e3c0d4 commit 3547aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-go@v5
15+
- uses: actions/setup-go@v6
1616
with:
1717
go-version-file: 'go.mod'
1818
- run: go test -race ./...

0 commit comments

Comments
 (0)