Skip to content

Commit

Permalink
Merge pull request #678 from vania-pooh/master
Browse files Browse the repository at this point in the history
Golang 1.22.2
  • Loading branch information
vania-pooh committed Apr 4, 2024
2 parents f1ad530 + d73c854 commit be5b177
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.22.0
go-version: ~1.22.2

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.22.0
go-version: ~1.22.2

- uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: ~1.22.0
go-version: ~1.22.2

- uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/opera.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ We do not consider these images really stable. Many of base operations like work
| selenoid/opera:106.0 | selenoid/vnc_opera:106.0 | 120.0.6099.200 | 106.0.4998.66
| selenoid/opera:107.0 | selenoid/vnc_opera:107.0 | 121.0.6167.140 | 107.0.5045.21
| selenoid/opera:108.0 | selenoid/vnc_opera:108.0 | 122.0.6261.95 | 108.0.5067.29
| selenoid/opera:109.0 | selenoid/vnc_opera:109.0 | 123.0.6312.59 | 109.0.5097.38
|===

[NOTE]
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/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 be5b177

Please sign in to comment.