Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 71d3435

Browse files
committed
Use go 1.13
Use go 1.13 for testing in CI. This makes it possible to use go 1.13 functionality. This does also mean, that at least go 1.13 is needed to build from source.
1 parent e0be4ce commit 71d3435

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/golang:1.12
5+
- image: circleci/golang:1.13
66
steps:
77
- checkout
88
- restore_cache:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/secrethub/secrethub-cli
22

3-
go 1.12
3+
go 1.13
44

55
require (
66
bitbucket.org/zombiezen/cardcpx v0.0.0-20150417151802-902f68ff43ef

0 commit comments

Comments
 (0)