Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from buildkite/fix-ci-upgrade-go-1-16
Browse files Browse the repository at this point in the history
CI: upgrade to Go 1.16 from 1.11
  • Loading branch information
pda authored May 13, 2021
2 parents d3a1265 + 1c57d16 commit 82a417c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@ steps:
command: go test ./...
plugins:
- golang#v2.0.0:
version: 1.11.1
version: "1.16"
import: github.com/buildkite/ecs-run-task
environment:
- GO111MODULE=on

- label: "🛠"
plugins:
- golang-cross-compile#v1.3.0:
build: "."
import: github.com/buildkite/ecs-run-task
targets:
- version: 1.11.1
- version: "1.16"
goos: linux
goarch: amd64
gomodule: "on"
- version: 1.11.1
- version: "1.16"
goos: windows
goarch: amd64
gomodule: "on"

0 comments on commit 82a417c

Please sign in to comment.