Skip to content

Commit

Permalink
Merge pull request #80 from Shopify/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
thepwagner authored Jun 12, 2024
2 parents e529d64 + 6891923 commit 2b2951f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: gover
run: echo goversion=$(awk -F':|-' '/^FROM golang/ {print $2}' Dockerfile) >> "$GITHUB_OUTPUT"
- name: Setup go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "${{ steps.gover.outputs.goversion }}"
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: gover
run: echo goversion=$(awk -F':|-' '/^FROM golang/ {print $2}' Dockerfile) >> "$GITHUB_OUTPUT"
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "${{ steps.gover.outputs.goversion }}"
- name: Extract release changelog
Expand Down

0 comments on commit 2b2951f

Please sign in to comment.