Skip to content

Commit 70f8d63

Browse files
authored
Update go.yml
1 parent 293c080 commit 70f8d63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: ^1.17
19+
go-version: "1.x"
2020
id: go
2121

2222
- name: Check out code into the Go module directory
@@ -87,7 +87,7 @@ jobs:
8787
- name: Run golangci-lint
8888
uses: golangci/golangci-lint-action@v2
8989
with:
90-
version: v1.41.1
90+
version: v1.52.2
9191
skip-pkg-cache: true
9292

9393
- name: Coveralls

0 commit comments

Comments
 (0)