Skip to content

Commit

Permalink
build: fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Becher authored and Armin Becher committed Jan 4, 2024
1 parent 0247d9b commit 99e7140
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
version: v1.54
test-and-release:
runs-on: ubuntu-latest
needs: [check-links]
Expand All @@ -41,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
go-version: "1.21"
- name: Test
run: go test ./...
- name: Run GoReleaser
Expand Down

0 comments on commit 99e7140

Please sign in to comment.