Skip to content

Commit

Permalink
use Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Apr 1, 2022
1 parent e2c9c53 commit 13c7441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -170,11 +170,11 @@ workflows:
- linux-tests:
matrix:
parameters:
go-version: ["1.14"]
go-version: ["1.18"]
name: linux-test-go-<< matrix.go-version >>
- win-tests:
matrix:
parameters:
go-version: ["1.12"]
go-version: ["1.18"]
gotestsum-version: ["0.4.1"]
name: win-test-go-<< matrix.go-version >>

0 comments on commit 13c7441

Please sign in to comment.