Skip to content

Commit

Permalink
chore: bump go to 1.14.3 (filebrowser#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed May 31, 2020
1 parent ba47e3b commit 54d92a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '*'
build-go:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14.3
steps:
- attach_workspace:
at: '~/project'
Expand All @@ -41,7 +41,7 @@ jobs:
- '*'
release:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.14.3
steps:
- attach_workspace:
at: '~/project'
Expand Down

0 comments on commit 54d92a2

Please sign in to comment.