Skip to content

Commit

Permalink
Merge pull request #178 from dnephin/go1.16-release
Browse files Browse the repository at this point in the history
ci: use official release of go1.16
  • Loading branch information
dnephin committed Feb 20, 2021
2 parents 6d0e310 + 66df551 commit c1e2e92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ workflows:
gotestsum-format: short-verbose
executor:
name: go/golang
tag: 1.16-rc-alpine
tag: 1.16-alpine

- go/test:
name: test-windows
Expand All @@ -43,7 +43,8 @@ workflows:
git config --global core.symlinks true
- run: |
choco upgrade golang
go version
echo 'export PATH="$PATH:/c/Program Files/Go/bin"' > $BASH_ENV
- run: go version

- go/lint:
golangci-lint-version: 1.24.0
Expand Down

0 comments on commit c1e2e92

Please sign in to comment.