We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fc8e8 commit 5c8cf99Copy full SHA for 5c8cf99
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-go@v2
13
with:
14
- go-version: "1.21"
+ go-version: "1.22"
15
- name: lint
16
run: |
17
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
.github/workflows/test.yml
@@ -11,6 +11,6 @@ jobs:
- name: Run testing
run: go test -race -v ./...
0 commit comments