We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee85b0 commit 4acc969Copy full SHA for 4acc969
.github/workflows/test.yml
@@ -42,20 +42,20 @@ jobs:
42
- name: Setup Go
43
uses: actions/setup-go@v5
44
with:
45
- go-version: '^1.16'
+ go-version: '^1.20'
46
cache: false
47
48
- name: Setup and run golangci-lint
49
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
50
51
- version: v1.57.2
+ version: v1.62.2
52
args: --timeout 5m -v -E gofumpt -E gocritic -E misspell -E revive -E godot
53
test:
54
needs: lint
55
strategy:
56
fail-fast: false
57
matrix:
58
- go: [1.13, 1.22]
+ go: [1.13, 1.23]
59
os: [ubuntu-latest, macos-latest, windows-latest]
60
include:
61
# TODO(panjf2000): There is an uncanny issue arising when downloading
0 commit comments