Skip to content

Commit

Permalink
ci: pins gorename to v0.24.0 since v0.25.0 has a conflict with our go…
Browse files Browse the repository at this point in the history
… runtime version of 1.20.0 (#86)
  • Loading branch information
ctran88 authored Sep 19, 2024
1 parent f28b175 commit f0e3e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ transforms='{
}'

# Function to perform replacements
command -v gorename &> /dev/null || go install golang.org/x/tools/cmd/gorename@latest
command -v gorename &> /dev/null || go install golang.org/x/tools/cmd/gorename@v0.24.0
replace() {
local in=$1 out=$2
gorename -from "\"github.com/passageidentity/passage-go\".$in" -to "$out" -force
Expand Down

0 comments on commit f0e3e4b

Please sign in to comment.