chore: upgrade golang to 1.17 (#648)

This commit is contained in:
Bo-Yi Wu
2021-12-15 18:09:43 +08:00
committed by GitHub
parent eaec26c90d
commit ccbe874bf4
2 changed files with 19 additions and 19 deletions

View File

@@ -23,7 +23,7 @@
},
{
name: 'embedmd',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
commands: [
'make embedmd',
@@ -54,7 +54,7 @@
},
{
name: 'test',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
environment: {
ANDROID_API_KEY: { 'from_secret': 'android_api_key' },
@@ -110,7 +110,7 @@
steps: [
{
name: 'build-push',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
environment: {
CGO_ENABLED: '0',
@@ -126,7 +126,7 @@
},
// {
// name: 'build-push-lambda',
// image: 'golang:1.16',
// image: 'golang:1.17',
// pull: 'always',
// environment: {
// CGO_ENABLED: '0',
@@ -142,7 +142,7 @@
// },
{
name: 'build-tag',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
environment: {
CGO_ENABLED: '0',
@@ -156,7 +156,7 @@
},
{
name: 'executable',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
commands: [
'./release/' + os + '/' + arch + '/' + name + ' --help',
@@ -205,7 +205,7 @@
steps: [
{
name: 'build-all-binary',
image: 'golang:1.16',
image: 'golang:1.17',
pull: 'always',
commands: [
'make release'