We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8de2d commit 9c82e90Copy full SHA for 9c82e90
1 file changed
.github/workflows/go.yml
@@ -1,4 +1,4 @@
1
-name: Unit Tests
+name: Build and Test Go Project
2
on: [push, pull_request]
3
4
permissions:
@@ -26,7 +26,9 @@ jobs:
26
run: go mod download
27
28
- name: Lint code
29
- run: script/lint
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
30
+ with:
31
+ version: v2.1.6
32
33
- name: Run unit tests
34
run: go test -race ./...
0 commit comments