Skip to content

Commit a6ae5c7

Browse files
authored
Merge pull request #40 from bootjp/renovate/actions-setup-go-6.x
Update actions/setup-go action to v6
2 parents 2d86385 + 6b448e1 commit a6ae5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/setup-go@v5
11+
- uses: actions/setup-go@v6
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4

0 commit comments

Comments
 (0)