Skip to content

Commit

Permalink
fix: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit Srivastava authored and Arpit Srivastava committed Apr 18, 2024
1 parent 4f88c26 commit 08f60fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -46,5 +47,5 @@ deploy:
script: npx semantic-release
skip_cleanup: true
on:
go: '1.19.x'
go: '1.22.x'
branch: master

0 comments on commit 08f60fb

Please sign in to comment.