Skip to content

Commit

Permalink
update golangci-lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Nov 6, 2023
1 parent 5b34045 commit 81a2dcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.55.2
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.55.2
- name: test
run: make test

0 comments on commit 81a2dcf

Please sign in to comment.