Skip to content

Commit aaa6637

Browse files
authored
Merge pull request #10 from bootjp/renovate/actions-setup-go-6.x
Update actions/setup-go action to v6
2 parents 8e3c0d4 + 3547aaa commit aaa6637

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)