Skip to content

Commit 1026646

Browse files
chore(deps): bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b06c3f commit 1026646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
core.setFailed('Pinning did not succeed')
158158
159159
# dnslink-dnsimple requires go
160-
- uses: actions/setup-go@v4
160+
- uses: actions/setup-go@v5
161161
if: github.ref == 'refs/heads/main'
162162
with:
163163
go-version: "1.20.x"

0 commit comments

Comments
 (0)