Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #127 from cisagov/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
jmorrowomni authored Apr 20, 2023
2 parents c9028cf + 4c595e6 commit 847cd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# We need the Go version and Go cache location for the actions/cache step,
# so the Go installation must happen before that.
- id: setup-go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: Lookup Go cache directory
Expand Down

0 comments on commit 847cd13

Please sign in to comment.