mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 08:27:10 +00:00
ci: bump setup-go from v2 to v3
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Extract version of Go to use
|
||||
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ${{ env.GOVERSION }}
|
||||
- name: Test Go
|
||||
|
||||
Reference in New Issue
Block a user