Skip to content

Commit

Permalink
Update go version in travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Aug 27, 2024
1 parent 20323e3 commit 70b92fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.20.x"
- "1.22.x"

script:
- go mod tidy
Expand All @@ -17,4 +17,4 @@ deploy:
script: make release
on:
tags: true
go: "1.20.x"
go: "1.22.x"

0 comments on commit 70b92fc

Please sign in to comment.