Skip to content

Commit

Permalink
chore(CI): lint setup go version to ^1
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Feb 4, 2022
1 parent e7b29f3 commit ef98a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '^1'
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.43.0
version: v1.44.0
args: --verbose
test:
strategy:
Expand Down

0 comments on commit ef98a60

Please sign in to comment.