Skip to content

Commit

Permalink
avoid double go install in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 5, 2024
1 parent 8f8bbbc commit 9239c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ jobs:
uses: golangci/golangci-lint-action@v4
with:
version: v1.62.2
skip-go-installation: true
build:
name: GoReleaser build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9239c2b

Please sign in to comment.