We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293c080 commit 70f8d63Copy full SHA for 70f8d63
1 file changed
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go 1.x
17
uses: actions/setup-go@v2
18
with:
19
- go-version: ^1.17
+ go-version: "1.x"
20
id: go
21
22
- name: Check out code into the Go module directory
@@ -87,7 +87,7 @@ jobs:
87
- name: Run golangci-lint
88
uses: golangci/golangci-lint-action@v2
89
90
- version: v1.41.1
+ version: v1.52.2
91
skip-pkg-cache: true
92
93
- name: Coveralls
0 commit comments