Skip to content

Commit

Permalink
Bump Golang version in go.mod files
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Apr 4, 2024
1 parent 55ec8ea commit 18cb448
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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/aerokube/images

go 1.21
go 1.22

require (
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
Expand Down
2 changes: 1 addition & 1 deletion selenium/base/fileserver/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module fileserver

go 1.21
go 1.22

require github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
2 changes: 1 addition & 1 deletion selenium/base/xseld/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module xseld

go 1.21
go 1.22
2 changes: 1 addition & 1 deletion static/chrome/devtools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/aerokube/devtools

go 1.21
go 1.22

require (
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e
Expand Down
2 changes: 1 addition & 1 deletion static/safari/cmd/prism/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/aerokube/images/prism

go 1.20
go 1.22

0 comments on commit 18cb448

Please sign in to comment.