Skip to content

Commit

Permalink
Relax go version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sevein committed May 14, 2024
1 parent 79f19ff commit ceb1a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module go.artefactual.dev/tools

go 1.21
// We follow the upstream release policy: https://go.dev/doc/devel/release#policy
go 1.20

require (
github.com/aws/aws-sdk-go-v2 v1.26.1
Expand Down

0 comments on commit ceb1a9d

Please sign in to comment.