Skip to content

Commit

Permalink
feat: unpin go version
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Aug 7, 2024
1 parent b5d285a commit cf7a0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: 'stable'
- uses: actions/checkout@v4
- name: golangci-lint
run: make init && make lint

0 comments on commit cf7a0b3

Please sign in to comment.