Skip to content

Commit

Permalink
devops: upgrade lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand committed May 13, 2023
1 parent bb63fd0 commit 63f5bc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19.9
id: go
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest
test:
Expand Down

0 comments on commit 63f5bc5

Please sign in to comment.