Skip to content

Commit d1aec13

Browse files
committed
Fix go version
1 parent 3c5f34d commit d1aec13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.20
16+
go-version: "1.20"
1717
- name: golangci-lint
1818
uses: golangci/golangci-lint-action@v3
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: 1.20
21+
go-version: '1.20'
2222
- run: make test check-license

0 commit comments

Comments
 (0)