Skip to content

Commit

Permalink
running static check for go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Oct 27, 2024
1 parent 88fe051 commit e818794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: go vet ./...
run: go vet ./...
- uses: dominikh/[email protected]
if: ${{ matrix.go-version == '1.22' }}
with:
version: "2022.1.1"
install-go: false
cache-key: ${{ matrix.go-version }}

golangci-lint:
name: Lint
Expand Down

0 comments on commit e818794

Please sign in to comment.