Skip to content

Commit

Permalink
Merge pull request #10 from containeroo/renovate/actions-setup-go-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-go action to v3
  • Loading branch information
rxbn authored Mar 22, 2022
2 parents 053d6b0 + 104bad8 commit e7e02ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Determine Go version from go.mod
run: echo "GO_VERSION=$(grep "go 1." go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Cache Go modules
Expand Down

0 comments on commit e7e02ea

Please sign in to comment.