Skip to content

Commit e5ffc52

Browse files
authored
Merge pull request #158 from cisagov/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents c0043bd + 193e799 commit e5ffc52

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
@@ -55,7 +55,7 @@ jobs:
5555
# We need the Go version and Go cache location for the actions/cache step,
5656
# so the Go installation must happen before that.
5757
- id: setup-go
58-
uses: actions/setup-go@v4
58+
uses: actions/setup-go@v5
5959
with:
6060
# There is no expectation for actual Go code so we disable caching as
6161
# it relies on the existence of a go.sum file.

0 commit comments

Comments
 (0)