Skip to content

Commit

Permalink
github-actions: fixed go version
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Apr 26, 2023
1 parent b564393 commit 794fa1b
Show file tree
Hide file tree
Showing 3 changed files with 53 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 @@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: '1.20'

- name: Lint
if: ${{ matrix.os == 'ubuntu-22.04' }}
Expand Down
51 changes: 51 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 794fa1b

Please sign in to comment.