Skip to content

Commit

Permalink
Add 386 build and upgrade to Go 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Sep 18, 2019
1 parent 6c9910b commit 0425a45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

defaults: &defaults
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13

jobs:
build:
Expand All @@ -12,14 +12,12 @@ jobs:

- restore_cache:
keys:
- cache-{{ arch }}-{{ .Branch }}-{{ checksum "go.sum" }}
- cache-{{ arch }}-{{ .Branch }}
- cache
- cache-{{ arch }}-{{ checksum "go.sum" }}

- run: go mod download

- save_cache:
key: cache-{{ arch }}-{{ .Branch }}-{{ checksum "go.sum" }}
key: cache-{{ arch }}-{{ checksum "go.sum" }}
paths:
- /go/pkg

Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ builds:
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
Expand Down

0 comments on commit 0425a45

Please sign in to comment.