Skip to content

Commit

Permalink
update golang action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Feb 26, 2024
1 parent 3b69d54 commit 882c0cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.19'
cache: true

- name: Golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --timeout 3m --verbose --config=.golangci.yml --out-${NO_FUTURE}format colored-line-number
Expand All @@ -36,6 +37,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: '1.19'
cache: true

- name: Check out code into the Go module directory
uses: actions/checkout@v4
Expand Down

0 comments on commit 882c0cb

Please sign in to comment.