Skip to content

Commit

Permalink
Upgrade to go v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Oct 27, 2019
1 parent 84d869a commit 32d6a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/jesseduffield/lazygit
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:

release:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
working_directory: /go/src/github.com/jesseduffield/lazygit
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/jesseduffield/lazygit

go 1.12
go 1.13

require (
github.com/BurntSushi/toml v0.3.1 // indirect
Expand Down

0 comments on commit 32d6a17

Please sign in to comment.