Skip to content

Commit

Permalink
Updated .circleci/config.yml
Browse files Browse the repository at this point in the history
Bump Go's version to 1.16
  • Loading branch information
leonsteinhaeuser committed Mar 25, 2021
1 parent 9ef4b33 commit dcc52cc
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 @@ -2,14 +2,14 @@ version: 2
jobs:
test:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16
working_directory: ~/apitest
steps:
- checkout
- run: make test
crosscompile:
docker:
- image: circleci/golang:1.13
- image: circleci/golang:1.16
working_directory: ~/apitest_cross
steps:
- checkout
Expand Down

0 comments on commit dcc52cc

Please sign in to comment.