Skip to content

Commit

Permalink
Bump Golang to 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed May 20, 2024
1 parent 8ff53e0 commit b71405f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@v3
with:
go-version: ~1.22.0
go-version: ~1.22.3

- 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@v3
with:
go-version: ~1.22.0
go-version: ~1.22.3

- 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@v3
with:
go-version: ~1.22.0
go-version: ~1.22.3

- uses: actions/cache@v3
with:
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/selenoid

go 1.21
go 1.22

require (
github.com/aerokube/ggr v0.0.0-20240109084922-a37629b63e72
Expand Down

0 comments on commit b71405f

Please sign in to comment.