From 1d83275ad1ad8cbf0d215943997e05a84d404053 Mon Sep 17 00:00:00 2001 From: V-X Date: Tue, 5 Apr 2022 15:38:36 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd97048..34e131c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: go # You don't need to test on very old version of the Go compiler. It's the user's # responsibility to keep their compilers up to date. go: - - 1.18beta1 + - 1.18 # Only clone the most recent commit. git: