Skip to content

Commit 412b89f

Browse files
chore(deps): bump actions/setup-go from 4 to 5 (#2221)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fbb51b commit 412b89f

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
@@ -166,7 +166,7 @@ jobs:
166166
core.setFailed('Pinning did not succeed')
167167
168168
# dnslink-dnsimple requires go
169-
- uses: actions/setup-go@v4
169+
- uses: actions/setup-go@v5
170170
if: github.ref == 'refs/heads/main'
171171
with:
172172
go-version: "1.20.x"

0 commit comments

Comments
 (0)