Skip to content

Commit

Permalink
ci: try updating go version
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Nov 21, 2020
1 parent 76b46f9 commit d6ba8ba
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 d6ba8ba

Please sign in to comment.