Skip to content

Commit 794fa1b

Browse files
committed
github-actions: fixed go version
1 parent b564393 commit 794fa1b

3 files changed

Lines changed: 53 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Go
5252
uses: actions/setup-go@v2
5353
with:
54-
go-version: 1.20
54+
go-version: '1.20'
5555

5656
- name: Import GPG key
5757
uses: crazy-max/ghaction-import-gpg@v3

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Go
3030
uses: actions/setup-go@v2
3131
with:
32-
go-version: 1.20
32+
go-version: '1.20'
3333

3434
- name: Lint
3535
if: ${{ matrix.os == 'ubuntu-22.04' }}

.idea/workspace.xml

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)