We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d069a commit 5b96f4eCopy full SHA for 5b96f4e
.github/workflows/golangci-lint.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v3
20
- uses: actions/setup-go@v4
21
with:
22
- go-version: '1.21'
+ go-version: '1.22'
23
cache: false
24
- name: golangci-lint
25
uses: golangci/golangci-lint-action@v3
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: run tests
run: go test -v -race ./...
0 commit comments