Skip to content

Commit 847cd13

Browse files
authored
Merge pull request #127 from cisagov/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 3 to 4
2 parents c9028cf + 4c595e6 commit 847cd13

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
@@ -27,7 +27,7 @@ jobs:
2727
# We need the Go version and Go cache location for the actions/cache step,
2828
# so the Go installation must happen before that.
2929
- id: setup-go
30-
uses: actions/setup-go@v3
30+
uses: actions/setup-go@v4
3131
with:
3232
go-version: "1.19"
3333
- name: Lookup Go cache directory

0 commit comments

Comments
 (0)