Skip to content

Commit

Permalink
Use go1.16 for build and publish jobs in CI
Browse files Browse the repository at this point in the history
Fixes #186
  • Loading branch information
ProjectFrank authored and Frank Wang committed Mar 29, 2021
1 parent e46e163 commit 9bf2c6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
publish:
type: boolean
default: false
executor: go/golang
executor:
name: go/golang
tag: 1.16-alpine
steps:
- go/install: {package: git}
- go/install-ssh
Expand Down

0 comments on commit 9bf2c6d

Please sign in to comment.