Skip to content

Commit

Permalink
build: update Go from 1.20 to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Oct 2, 2024
1 parent c58f18b commit 3a3dc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be Released

* build: update Go from 1.20 to 1.22

## v5.0.7

* Various dependencies updates
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/Scalingo/go-etcd-lock/v5

go 1.20
go 1.22

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit 3a3dc04

Please sign in to comment.