Skip to content

Commit 4f7398e

Browse files
authored
Merge pull request #217 from cisagov/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents c2a8218 + 428ab61 commit 4f7398e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# We need the Go version and Go cache location for the actions/cache step,
109109
# so the Go installation must happen before that.
110110
- id: setup-go
111-
uses: actions/setup-go@v5
111+
uses: actions/setup-go@v6
112112
with:
113113
# There is no expectation for actual Go code so we disable caching as
114114
# it relies on the existence of a go.sum file.

0 commit comments

Comments
 (0)