Skip to content

Commit

Permalink
fix release lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Dec 23, 2023
1 parent 3b2b973 commit a2d77ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2
golangci-lint run main.go
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54

release:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit a2d77ef

Please sign in to comment.