Skip to content

Commit

Permalink
Use go 1.17 in circleci (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasreed committed Feb 18, 2022
1 parent 556a7ab commit c65bb6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ references:
run:
name: Install Golang
command: |
curl -LO https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.16.4.linux-amd64.tar.gz
curl -LO https://golang.org/dl/go1.17.7.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.17.7.linux-amd64.tar.gz
echo "PATH=$PATH:/usr/local/go/bin" >> ${BASH_ENV}
jobs:
build-3-7:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
test-go:
working_directory: /go/src/github.com/fairwindsops/reckoner
docker:
- image: circleci/golang:1.16
- image: circleci/golang:1.17
environment:
GO111MODULE: "on"
steps:
Expand Down

0 comments on commit c65bb6d

Please sign in to comment.