Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
ci: upgrade golangci-lint version to 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
biningo committed Nov 23, 2023
1 parent 9dddf7d commit 90fee88
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.21
cache: false

- name: Build
run: go build -v ./...
Expand All @@ -25,7 +26,9 @@ jobs:
run: go test -v -race ./...

- name: golangci-lint
uses: golangci/[email protected]
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

- name: Coverage
run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit 90fee88

Please sign in to comment.