Skip to content

Commit f5297c6

Browse files
authored
go mod tidy (#1464)
* go mod tidy was getting checksum mismatches, this fixes * update circleci to build w/ go1.12.1
1 parent fba9944 commit f5297c6

File tree

2 files changed

+19
-28
lines changed

2 files changed

+19
-28
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
working_directory: ~/go/src/github.com/fnproject/fn
77
environment: # apparently expansion doesn't work here yet: https://discuss.circleci.com/t/environment-variable-expansion-in-working-directory/11322
88
- GOPATH=/home/circleci/go
9-
- GOVERSION=1.11.5
9+
- GOVERSION=1.12.1
1010
- OS=linux
1111
- ARCH=amd64
1212
- FN_LOG_LEVEL=debug

0 commit comments

Comments
 (0)