1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-06-20 01:19:23 +02:00

bump go version in CI

This commit is contained in:
Jesse Duffield
2019-03-05 21:51:40 +11:00
parent 6fd4d49db7
commit 63e2ccfccf
+3 -3
View File
@@ -2,7 +2,7 @@ version: 2
jobs: jobs:
build: build:
docker: docker:
- image: circleci/golang:1.11 - image: circleci/golang:1.12
working_directory: /go/src/github.com/jesseduffield/lazygit working_directory: /go/src/github.com/jesseduffield/lazygit
steps: steps:
- checkout - checkout
@@ -28,7 +28,7 @@ jobs:
fi fi
- restore_cache: - restore_cache:
keys: keys:
- pkg-cache-{{ checksum "Gopkg.lock" }}-v3 - pkg-cache-{{ checksum "Gopkg.lock" }}-v4
- run: - run:
name: Run tests name: Run tests
command: | command: |
@@ -43,7 +43,7 @@ jobs:
command: | command: |
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash)
- save_cache: - save_cache:
key: pkg-cache-{{ checksum "Gopkg.lock" }}-v3 key: pkg-cache-{{ checksum "Gopkg.lock" }}-v4
paths: paths:
- ~/.cache/go-build - ~/.cache/go-build