Skip to content

Commit

Permalink
ci: Upgrade to golang 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Feb 27, 2021
1 parent 9cad70f commit d49daf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: semantic-release --ci --dry-run
lint:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: /go/src/github.com/oxyno-zeta/s3-proxy
steps:
- checkout
Expand All @@ -21,7 +21,7 @@ jobs:
- "/go/pkg/"
build:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: /go/src/github.com/oxyno-zeta/s3-proxy
steps:
- checkout
Expand All @@ -31,7 +31,7 @@ jobs:
- run: make code/build
build-cross:
docker:
- image: circleci/golang:1.15
- image: circleci/golang:1.16
working_directory: /go/src/github.com/oxyno-zeta/s3-proxy
steps:
- checkout
Expand All @@ -45,7 +45,7 @@ jobs:
image: ubuntu-1604:202004-01
working_directory: /home/circleci/go/src/github.com/oxyno-zeta/s3-proxy
environment:
GO_VERSION: "1.15.1"
GO_VERSION: "1.16"
DOCKERIZE_VERSION: v0.6.0
OS: linux
ARCH: amd64
Expand Down

0 comments on commit d49daf4

Please # to comment.