Skip to content

Commit 428fa4c

Browse files
committed
chore: update versi github action
Signed-off-by: slowy07 <[email protected]>
1 parent a6be64a commit 428fa4c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/golang_test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: setup go untuk testing
16-
uses: actions/setup-go@v3
16+
uses: actions/setup-go@v5
1717
with:
1818
go-version: '^1.18'
1919
- name: golang ci linting
20-
uses: golangci/golangci-lint-action@v3
20+
uses: golangci/golangci-lint-action@v6
2121
with:
22-
version: v1.51.0
23-
args: --disable-all -E gofmt --print-linter-name
22+
version: latest
23+
args: -E gofmt
2424
skip-build-cache: true
2525
- name: run unit testing
2626
run: go test $(go list ./... | grep -v 'basic\|intermediate\|utilities')

0 commit comments

Comments
 (0)