Skip to content

Commit

Permalink
auto-bump: docs/version.asciidoc does not exist (#12432)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 16, 2024
1 parent 6ee0b64 commit d88985f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/update_go_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ GOVERSION=$(go env GOVERSION | sed 's/^go//')
find -name go.mod -execdir go get toolchain@$GOVERSION \;
echo $GOVERSION > .go-version
sed -i "s/golang:[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/golang:$GOVERSION/" packaging/docker/Dockerfile
sed -i "s/^:go-version:.*/:go-version: $GOVERSION/" docs/version.asciidoc
sed -i "s/\(\[Go\]\[golang-download\]\) [[:digit:]].*/\1 $GOMOD_VERSION.x/" README.md
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" tools/go.mod
sed -i "s/toolchain go[[:digit:]]\+\(\.[[:digit:]]\+\)\{1,2\}/toolchain go$GOVERSION/" internal/glog/go.mod
Expand Down

0 comments on commit d88985f

Please sign in to comment.