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 a6be64a commit 428fa4cCopy full SHA for 428fa4c
.github/workflows/golang_test.yml
@@ -11,16 +11,16 @@ jobs:
11
strategy:
12
fail-fast: false
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: setup go untuk testing
16
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v5
17
with:
18
go-version: '^1.18'
19
- name: golang ci linting
20
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
21
22
- version: v1.51.0
23
- args: --disable-all -E gofmt --print-linter-name
+ version: latest
+ args: -E gofmt
24
skip-build-cache: true
25
- name: run unit testing
26
run: go test $(go list ./... | grep -v 'basic\|intermediate\|utilities')
0 commit comments