Skip to content

Commit

Permalink
CircleCI: upgrade go version from 1.15 to 1.16 (pingcap#22882)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaut authored Feb 26, 2021
1 parent 8a490e9 commit f06ff9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.15
- image: golang:1.16
working_directory: /go/src/github.com/pingcap/tidb
steps:
- checkout
Expand Down

0 comments on commit f06ff9d

Please sign in to comment.