Skip to content

Commit 195bc24

Browse files
authored
Merge pull request #370 from kzys/go115
Upgrade Go from 1.13 to 1.15
2 parents 816fd1c + 39d5308 commit 195bc24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 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:
@@ -127,6 +127,10 @@ steps:
127127
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
128128
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
129129
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
130+
# Firecracker's main branch wouldn't work with Go SDK currently due to ht_enabled change.
131+
# https://github.com/firecracker-microvm/firecracker/pull/2876
132+
soft_fail:
133+
- exit_status: 2
130134

131135
- label: 'go mod tidy'
132136
commands:

0 commit comments

Comments
 (0)