Skip to content

Commit

Permalink
Merge pull request #187 from ProjectFrank/main
Browse files Browse the repository at this point in the history
Use go1.16 for build and publish jobs in CI
  • Loading branch information
dnephin authored Mar 29, 2021
2 parents e46e163 + 9bf2c6d commit 73868ed
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 73868ed

Please sign in to comment.