From 08f60fbf4625623527d6dd7045e4bec4515b2617 Mon Sep 17 00:00:00 2001 From: Arpit Srivastava Date: Thu, 18 Apr 2024 19:14:14 +0530 Subject: [PATCH] fix: update versions --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 231cf91..3cea615 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,12 @@ language: go -dist: focal +dist: jammy group: beta go: -- 1.19.x - 1.20.x +- 1.21.x +- 1.22.x notifications: email: true @@ -46,5 +47,5 @@ deploy: script: npx semantic-release skip_cleanup: true on: - go: '1.19.x' + go: '1.22.x' branch: master