Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Upgrade to Go 1.9 so that ./... ignores vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathaningram committed Nov 16, 2017
1 parent 286c976 commit f215fea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Learn more about [cloud.gov](https://cloud.gov).

### Backend Server

- `Go` (version 1.8)
- `Go` (version 1.9)

### Front end application

Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ machine:
services:
- docker
environment:
GODIST: "go1.8.linux-amd64.tar.gz"
GODIST: "go1.9.linux-amd64.tar.gz"
WS: "/home/ubuntu/.go_workspace/src/github.com/18F/cg-dashboard"
CF_ORGANIZATION: "cloud-gov"
post:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ services:
working_dir: /cg-dashboard
command: 'node devtools/node/cleanup.js'
backend:
image: golang:1.8.3
image: golang:1.9.2
environment:
- GOPATH=/go
- DOCKER_IN_DOCKER=1
Expand Down
2 changes: 1 addition & 1 deletion manifests/manifest-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ services:
env:
SECURE_COOKIES: true
GA_TRACKING_ID: UA-48605964-34
GOVERSION: go1.8
GOVERSION: go1.9
GOPACKAGENAME: github.com/18F/cg-dashboard
SESSION_BACKEND: redis

0 comments on commit f215fea

Please sign in to comment.