Skip to content

Commit

Permalink
Ensure required go version is passed as string because yaml is dumb
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Sørlie Glomsaas <[email protected]>
  • Loading branch information
SuperManifolds committed Apr 4, 2024
1 parent 0715f6b commit e92b32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- name: Go Build Cache
uses: actions/cache@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- name: Go Build Cache
uses: actions/cache@v2
Expand Down

0 comments on commit e92b32c

Please sign in to comment.