Skip to content

Commit b7b321c

Browse files
authored
Merge pull request #14 from ne-sachirou/renovate/actions-setup-go-5.x
Update actions/setup-go action to v5
2 parents 66c570b + fb4fe12 commit b7b321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-test-go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: actions/setup-go@v4
11+
- uses: actions/setup-go@v5
1212
with:
1313
go-version-file: go.mod
1414
- uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)