Skip to content

Commit

Permalink
build: Remove .travis.yml from update-go-version.sh
Browse files Browse the repository at this point in the history
Travis was dropped in 328ae4c, the .travis.yml file was removed by
this commit.
  • Loading branch information
cfergeau authored and praveenkumar committed Nov 23, 2021
1 parent 751824a commit 36c803d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion update-go-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ sed -i "s,^FROM registry.svc.ci.openshift.org/openshift/release:golang-1\... AS
sed -i "s/GOVERSION: .*\$/GOVERSION: \"${latest_version}\"/" .circleci/config.yml
sed -i "s/^GO_VERSION=.*$/GO_VERSION=${latest_version}/" centos_ci.sh
yq eval --inplace ".stack = \"go ${golang_base_version}\"" ./appveyor.yml
yq eval --inplace ".go[0] = \"${latest_version}\"" ./.travis.yml

0 comments on commit 36c803d

Please sign in to comment.