Skip to content

Commit

Permalink
install go
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Oct 27, 2024
1 parent e818794 commit 5e84506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
run: make test
- name: go vet ./...
run: go vet ./...
# TODO: improve with caching
- uses: dominikh/[email protected]
if: ${{ matrix.go-version == '1.22' }}
with:
version: "2022.1.1"
install-go: false
min-go-version: "1.22"

golangci-lint:
name: Lint
Expand Down

0 comments on commit 5e84506

Please sign in to comment.