Skip to content

Commit

Permalink
update to require and test supported Go releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Feb 10, 2024
1 parent 5e086fe commit 9e2a2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.20','1.21']
go: ['1.21','1.22']
steps:
- name: setup Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/digitalocean/gta

go 1.20
go 1.21

require (
github.com/google/go-cmp v0.5.2
Expand Down

0 comments on commit 9e2a2b3

Please sign in to comment.