Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Golang 1.22.2 #678

Merged
merged 4 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading