diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b3d92b171..ce8a551b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v4 with: - go-version: ~1.21.6 + go-version: ~1.22.0 - uses: actions/cache@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55d74486c..f9d560eb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v4 with: - go-version: ~1.21.6 + go-version: ~1.22.0 - uses: actions/cache@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aed946a4d..9728d858d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Golang uses: actions/setup-go@v4 with: - go-version: ~1.21.6 + go-version: ~1.22.0 - uses: actions/cache@v3 with: diff --git a/docs/firefox.adoc b/docs/firefox.adoc index b87a4ffdc..86d7745a7 100644 --- a/docs/firefox.adoc +++ b/docs/firefox.adoc @@ -138,4 +138,5 @@ WARNING: Firefox 53.0+ images require Selenium client 3.4.0 or newer for Java an | selenoid/firefox:120.0 | selenoid/vnc_firefox:120.0 | 1.11.0 | 0.33.0 | 120.0.1 | selenoid/firefox:121.0 | selenoid/vnc_firefox:121.0 | 1.11.1 | 0.34.0 | 121.0.1 | selenoid/firefox:122.0 | selenoid/vnc_firefox:122.0 | 1.11.1 | 0.34.0 | 122.0 +| selenoid/firefox:123.0 | selenoid/vnc_firefox:123.0 | 1.11.1 | 0.34.0 | 123.0 |=== diff --git a/docs/msedge.adoc b/docs/msedge.adoc index f043a1a92..9415905e1 100644 --- a/docs/msedge.adoc +++ b/docs/msedge.adoc @@ -39,4 +39,5 @@ IMPORTANT: When adding Microsoft Edge to browsers.json - you have to use Microso | browsers/edge:118.0 | - | Webdriver was broken | browsers/edge:119.0 | 119.0.2151.44 | 119.0.2151.58 | browsers/edge:120.0 | 120.0.2210.77 | 120.0.2210.89 +| browsers/edge:121.0 | 121.0.2277.106 | 121.0.2277.106 |=== diff --git a/docs/opera.adoc b/docs/opera.adoc index b6f1147e5..8b2126fab 100644 --- a/docs/opera.adoc +++ b/docs/opera.adoc @@ -95,6 +95,7 @@ We do not consider these images really stable. Many of base operations like work | selenoid/opera:104.0 | selenoid/vnc_opera:104.0 | 118.0.5993.89 | 104.0.4944.33 | selenoid/opera:105.0 | selenoid/vnc_opera:105.0 | 119.0.6045.124 | 105.0.4970.16 | 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 |=== [NOTE]