We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b19c0e commit cf3e918Copy full SHA for cf3e918
.travis.yml
@@ -7,7 +7,7 @@ language: go
7
# You don't need to test on very old version of the Go compiler. It's the user's
8
# responsibility to keep their compilers up to date.
9
go:
10
- - 1.12.x
+ - 1.18beta1
11
12
# Only clone the most recent commit.
13
git:
@@ -29,4 +29,4 @@ before_script:
29
# .golangci.yml file at the top level of your repo.
30
script:
31
- golangci-lint run # run a bunch of code checkers/linters in parallel
32
- - go test -v -race ./... # Run all the tests with the race detector enabled
+ - go test -v -race ./... # Run all the tests with the race detector enabled
0 commit comments