Skip to content

Commit

Permalink
move go.mod Go version down to 1.22.1
Browse files Browse the repository at this point in the history
This is for mozilla-services/autograph#937 and
also fixes the cgo dependency in this dockerfile.
  • Loading branch information
jmhodges committed Aug 27, 2024
1 parent 4dbe763 commit f301739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)

go 1.22.5
go 1.22.1

0 comments on commit f301739

Please sign in to comment.