You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/release-check.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ jobs:
205
205
echo "output<<$EOF" >> $GITHUB_OUTPUT
206
206
if [[ "$LANGUAGE" == "Go" ]]; then
207
207
go mod download
208
-
go install golang.org/x/exp/cmd/gorelease@f062dba9d201f5ec084d25785efec05637818c00 # https://cs.opensource.google/go/x/exp/+/f062dba9d201f5ec084d25785efec05637818c00
208
+
go install golang.org/x/exp/cmd/gorelease@9b4947da3948bdd8d6ae728bc4ba72b93f61e841 # https://cs.opensource.google/go/x/exp/+/9b4947da3948bdd8d6ae728bc4ba72b93f61e841
209
209
go install github.com/smola/gocompat/cmd/gocompat@8498b97a44792a3a6063c47014726baa63e2e669 # v0.3.0
0 commit comments