Skip to content

Commit 53e7a44

Browse files
authored
Merge pull request #64 from buildkite-plugins/renovate/actions-setup-go-5.x
chore(deps): update actions/setup-go action to v5
2 parents 0d3a930 + fbf1251 commit 53e7a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616

17-
- uses: actions/setup-go@v3
17+
- uses: actions/setup-go@v5
1818
with:
1919
go-version: '>=1.19.1'
2020
cache: true

0 commit comments

Comments
 (0)