Skip to content

Commit

Permalink
build: update ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Sep 24, 2021
1 parent 150b7ce commit f160672
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 @@ -5,7 +5,7 @@ version: 2.1
jobs:
test:
docker:
- image: circleci/golang:1.15.2
- image: cimg/go:1.16
steps:
- checkout
- run: go get -v -t -d ./...
Expand All @@ -16,7 +16,7 @@ jobs:

release:
docker:
- image: circleci/golang:1.15.2
- image: cimg/go:1.16
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install -y upx
Expand Down

0 comments on commit f160672

Please sign in to comment.