Skip to content

Commit

Permalink
Merge pull request #164 from dnephin/update-go-version-windows
Browse files Browse the repository at this point in the history
ci: update go version on windows
  • Loading branch information
dnephin committed Nov 21, 2020
2 parents 76b46f9 + d6ba8ba commit 2062ac3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ workflows:
tag: 1.15-alpine

- go/test:
name: test-windows-go1.12
name: test-windows
executor: windows
pre-steps:
- run: |
git config --global core.autocrlf false
git config --global core.symlinks true
- run: |
choco upgrade golang
go version
- go/lint:
golangci-lint-version: 1.24.0
Expand All @@ -62,7 +65,7 @@ workflows:
executors:
windows:
machine:
image: windows-server-2019-vs2019:201908-06
image: windows-server-2019-vs2019:stable
resource_class: windows.medium
shell: bash.exe

Expand Down Expand Up @@ -127,6 +130,9 @@ jobs:
- run: |
git config --global core.autocrlf false
git config --global core.symlinks true
- run: |
choco upgrade golang
go version
- run: |
/go/bin/gotestsum ./testjson ./internal/junitxml -test.update-golden
Expand Down

0 comments on commit 2062ac3

Please sign in to comment.