ci: pin golang version (#1499)

This commit is contained in:
6543 2022-12-23 19:19:25 +01:00 committed by GitHub
parent 414df473f9
commit bad0df4ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ depends_on:
- web
variables:
- &golang_image 'golang:1.18'
- &golang_image 'golang:1.18.7'
- &node_image 'node:16-alpine'
- &when_path
# related config files

View file

@ -3,10 +3,10 @@ depends_on:
- web
variables:
- &golang_image 'golang:1.18'
- &golang_image 'golang:1.18.7'
- &node_image 'node:16-alpine'
- &xgo_image 'techknowlogick/xgo:go-1.18.x'
- &xgo_version 'go-1.18.x'
- &xgo_image 'techknowlogick/xgo:go-1.18.7'
- &xgo_version 'go-1.18.7'
- &platforms_release 'linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/amd64,linux/ppc64le,linux/riscv64,linux/s390x,windows/amd64,freebsd/arm64,freebsd/amd64,openbsd/arm64,openbsd/amd64'
- &platforms_server 'linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le,linux/riscv64'
- &platforms_preview 'linux/arm/v6,linux/arm64/v8,linux/amd64,linux/riscv64,windows/amd64'

View file

@ -1,5 +1,5 @@
variables:
- &golang_image 'golang:1.18'
- &golang_image 'golang:1.18.7'
- &node_image 'node:16-alpine'
- &when_path
# related config files