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 3a78730 commit e92b08eCopy full SHA for e92b08e
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Go
14
uses: actions/setup-go@v3
15
with:
16
- go-version: '1.17'
+ go-version: '1.18'
17
18
- name: golangci-lint
19
uses: golangci/golangci-lint-action@v3
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Run tests
34
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
- name: Cache Node modules
57
id: cache-node-modules
0 commit comments