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

Golang 1.19 and recent images #584

Merged
merged 3 commits into from
Oct 28, 2022
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@v2
with:
go-version: 1.18.x
go-version: 1.19.x

- uses: actions/cache@v1
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@v2
with:
go-version: 1.18.x
go-version: 1.19.x

- uses: actions/cache@v1
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@v2
with:
go-version: 1.18.x
go-version: 1.19.x

- uses: actions/cache@v1
with:
Expand Down
1 change: 1 addition & 0 deletions docs/chrome.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
| selenoid/chrome:104.0 | selenoid/vnc_chrome:104.0 | 104.0.5112.79 | 104.0.5112.79
| selenoid/chrome:105.0 | selenoid/vnc_chrome:105.0 | 105.0.5195.19 | 105.0.5195.102
| selenoid/chrome:106.0 | selenoid/vnc_chrome:106.0 | 106.0.5249.61 | 106.0.5249.61
| selenoid/chrome:107.0 | selenoid/vnc_chrome:107.0 | 107.0.5304.62 | 107.0.5304.87
|===

[NOTE]
Expand Down
11 changes: 8 additions & 3 deletions docs/cypress.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-chromium:cypress-10.7.0 | - | 10.7.0 | 104.0.5112.101
| browsers/cypress-chromium:cypress-10.8.0 | browsers/cypress-chromium:104.0 | 10.8.0 | 104.0.5112.101
| browsers/cypress-chromium:cypress-10.9.0 | - | 10.9.0 | 105.0.5195.102
| browsers/cypress-chromium:cypress-10.10.0 | browsers/cypress-chromium:105.0 | 10.10.0 | 105.0.5195.102
| browsers/cypress-chromium:cypress-10.10.0 | - | 10.10.0 | 105.0.5195.102
| browsers/cypress-chromium:cypress-10.11.0 | browsers/cypress-chromium:105.0 | 10.11.0 | 105.0.5195.102
|===

.Chrome Images
Expand Down Expand Up @@ -118,6 +119,7 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-chrome:cypress-10.8.0 | browsers/cypress-chrome:105.0 | 10.8.0 | 105.0.5195.125
| browsers/cypress-chrome:cypress-10.9.0 | - | 10.9.0 | 106.0.5249.61
| browsers/cypress-chrome:cypress-10.10.0 | browsers/cypress-chrome:106.0 | 10.10.0 | 106.0.5249.119
| browsers/cypress-chrome:cypress-10.11.0 | browsers/cypress-chrome:107.0 | 10.11.0 | 107.0.5304.87
|===

.Electron Images
Expand Down Expand Up @@ -177,6 +179,7 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-electron:cypress-10.8.0 | 10.8.0
| browsers/cypress-electron:cypress-10.9.0 | 10.9.0
| browsers/cypress-electron:cypress-10.10.0 | 10.10.0
| browsers/cypress-electron:cypress-10.11.0 | 10.11.0
|===

.Microsoft Edge Images
Expand Down Expand Up @@ -236,7 +239,8 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-edge:cypress-10.7.0 | browsers/cypress-edge:104.0 | 10.7.0 | 104.0.1293.70
| browsers/cypress-edge:cypress-10.8.0 | - | 10.8.0 | 105.0.1343.33
| browsers/cypress-edge:cypress-10.9.0 | browsers/cypress-edge:105.0 | 10.9.0 | 105.0.1343.53
| browsers/cypress-edge:cypress-10.10.0 | browsers/cypress-edge:106.0 | 10.10.0 | 106.0.1370.42
| browsers/cypress-edge:cypress-10.10.0 | - | 10.10.0 | 106.0.1370.42
| browsers/cypress-edge:cypress-10.11.0 | browsers/cypress-edge:106.0 | 10.11.0 | 106.0.1370.52
|===

.Firefox Images
Expand Down Expand Up @@ -295,5 +299,6 @@ These images are used to run https://cypress.io/[Cypress] tests in parallel.
| browsers/cypress-firefox:cypress-10.7.0 | - | 10.7.0 | 104.0
| browsers/cypress-firefox:cypress-10.8.0 | browsers/cypress-firefox:104.0 | 10.8.0 | 104.0
| browsers/cypress-firefox:cypress-10.9.0 | browsers/cypress-firefox:105.0 | 10.9.0 | 105.0.1
| browsers/cypress-firefox:cypress-10.10.0 | browsers/cypress-firefox:106.0 | 10.10.0 | 106.0
| browsers/cypress-firefox:cypress-10.10.0 | - | 10.10.0 | 106.0
| browsers/cypress-firefox:cypress-10.11.0 | browsers/cypress-firefox:106.0 | 10.11.0 | 106.0.2
|===
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.18
go 1.19

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.18
go 1.19

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.18
go 1.19
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.18
go 1.19