Skip to content

Commit

Permalink
Fix CI (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs02 committed Aug 5, 2023
1 parent eaafe49 commit 1819a65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.15, 1.16, 1.17, 1.18, 1.19, 1.20]
go: [1.15, 1.16, 1.17, 1.18, 1.19, '1.20']
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 1819a65

Please sign in to comment.