Skip to content

Commit

Permalink
Merge pull request #47 from digitalocean/go1.22
Browse files Browse the repository at this point in the history
update to require and test supported Go releases
  • Loading branch information
bhcleek committed Feb 12, 2024
2 parents 5e086fe + 9e2a2b3 commit a677131
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 a677131

Please sign in to comment.