Skip to content

Commit cf3e918

Browse files
authored
Update .travis.yml
1 parent 6b19c0e commit cf3e918

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ language: go
77
# You don't need to test on very old version of the Go compiler. It's the user's
88
# responsibility to keep their compilers up to date.
99
go:
10-
- 1.12.x
10+
- 1.18beta1
1111

1212
# Only clone the most recent commit.
1313
git:
@@ -29,4 +29,4 @@ before_script:
2929
# .golangci.yml file at the top level of your repo.
3030
script:
3131
- 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
32+
- go test -v -race ./... # Run all the tests with the race detector enabled

0 commit comments

Comments
 (0)