Skip to content

Commit

Permalink
Merge pull request #672 from vania-pooh/master
Browse files Browse the repository at this point in the history
Golang 1.22 and recent images
  • Loading branch information
vania-pooh authored Feb 18, 2024
2 parents a1ce65d + 45681b7 commit 7d65f07
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 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.21.6
go-version: ~1.22.0

- 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.21.6
go-version: ~1.22.0

- 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.21.6
go-version: ~1.22.0

- uses: actions/cache@v3
with:
Expand Down
1 change: 1 addition & 0 deletions docs/firefox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
1 change: 1 addition & 0 deletions docs/msedge.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===
1 change: 1 addition & 0 deletions docs/opera.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7d65f07

Please sign in to comment.