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 e763c8d commit 14aa44cCopy full SHA for 14aa44c
.github/workflows/go.yml
@@ -14,16 +14,17 @@ jobs:
14
steps:
15
16
- name: Set up Go 1.x
17
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v5
18
with:
19
- go-version: 1.19.3
+ go-version: 1.23.1
20
id: go
21
- name: Check out code into the Go module directory
22
uses: actions/checkout@v2
23
- name: golangci-lint
24
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
25
26
- version: v1.46
+ version: v1.63.4
27
+ args: "--disable-all --no-config -E gofmt"
28
- run: go vet ./pkg/...
29
- run: go vet ./sample/...
30
- run: go vet ./tools/...
0 commit comments