Skip to content

Commit

Permalink
go version as string
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonstreator committed Feb 3, 2023
1 parent d502491 commit 8f2c5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest]
go_vers: [1.20]
go_vers: ['1.20']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8f2c5f0

Please sign in to comment.