Skip to content

Commit

Permalink
Merge pull request #576 from buildpacks/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
AidanDelaney committed Jul 12, 2023
2 parents 8709636 + 19b63de commit 0253e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v3
- name: Setup Go environment
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: '1.x'
- name: Install Dependencies
Expand Down

0 comments on commit 0253e55

Please sign in to comment.