Skip to content

Commit

Permalink
[golanglint-ci] specified explicit go version
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp committed Jan 14, 2025
1 parent 950377b commit 0baf507
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -58,5 +58,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0

0 comments on commit 0baf507

Please sign in to comment.