Skip to content

Commit

Permalink
ci: check latest go version
Browse files Browse the repository at this point in the history
  • Loading branch information
eng618 committed May 2, 2024
1 parent c3a4f95 commit 90c78b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
check-latest: true

- name: golangci-lint
uses: golangci/golangci-lint-action@v5
Expand Down

0 comments on commit 90c78b5

Please sign in to comment.