Skip to content

Commit ea47fb4

Browse files
committed
Upgrade Go from 1.13 to 1.15
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]>
1 parent 816fd1c commit ea47fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# express or implied. See the License for the specific language governing
1212
# permissions and limitations under the License.
1313
env:
14-
PATH: "/usr/lib/go-1.13/bin:/usr/bin"
14+
PATH: "/usr/lib/go-1.15/bin:/usr/bin"
1515
FC_TEST_DATA_PATH: "/tmp/buildkite_build_${BUILDKITE_BUILD_NUMBER}_testdata"
1616

1717
steps:

0 commit comments

Comments
 (0)