Skip to content

Commit

Permalink
fix: use old revive version for now. Ref. mgechev/revive#1068
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Oct 24, 2024
1 parent 625023b commit 6824908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.18', '1.19', '1.20.4']
go: ["1.18", "1.18.1", "1.19", "1.20", "1.21", "1.22", "1.23"]
name: Go ${{ matrix.go }} run
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ help: Makefile
.PHONY: install_revive
install_revive:
@echo ">> ============= Install Revive ============= <<"
$(go) install github.com/mgechev/revive@latest
$(go) install github.com/mgechev/revive@v1.3.9


## style: Check code style.
Expand Down

0 comments on commit 6824908

Please sign in to comment.