Skip to content

Commit

Permalink
fix version string
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRoesler committed Feb 17, 2025
1 parent eee335d commit bd534cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.5.0
uses: golangci/golangci-lint-action@v6.3.2
with:
version: 1.61.0
version: v1.61.0
- name: test
run: make test_ci

0 comments on commit bd534cc

Please sign in to comment.