Skip to content

Commit

Permalink
Upgrade Go from 1.13 to 1.15
Browse files Browse the repository at this point in the history
Our Debian-based BuildKite host now has Go 1.15 to unblock
github.com/go-openapi/runtime upgrade.

Signed-off-by: Kazuyoshi Kato <[email protected]>
  • Loading branch information
kzys committed Jan 18, 2022
1 parent 816fd1c commit ea47fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
env:
PATH: "/usr/lib/go-1.13/bin:/usr/bin"
PATH: "/usr/lib/go-1.15/bin:/usr/bin"
FC_TEST_DATA_PATH: "/tmp/buildkite_build_${BUILDKITE_BUILD_NUMBER}_testdata"

steps:
Expand Down

0 comments on commit ea47fb4

Please sign in to comment.