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

Commit a1e1fce

Browse files
authored
Merge pull request #240 from secrethub/feature/go-1-13
Use go 1.13
2 parents 312855e + 71d3435 commit a1e1fce

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)