Skip to content

Commit 50ccf36

Browse files
authored
Do not interpret go version as float
See golangci/golangci-lint#3414 (comment)
1 parent 350460e commit 50ccf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.20
22+
go-version: '1.20'
2323

2424
- name: Set up dependencies
2525
run: go mod download

0 commit comments

Comments
 (0)