mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 16:36:51 +00:00
ci: always use latest go version
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -12,7 +12,8 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # ratchet:actions/setup-go@v4
|
||||
with:
|
||||
go-version: ">=1.20.5"
|
||||
go-version: "1.20"
|
||||
check-latest: true
|
||||
- name: Test Go
|
||||
run: |
|
||||
make test
|
||||
|
||||
Reference in New Issue
Block a user