Skip to content

Commit

Permalink
feat: bump to go 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 1, 2024
1 parent 1166a19 commit b2fc94b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: '^1.21'
go-version: '1.22'
check-latest: true
fetch-depth: 1 // only get latest commit

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: '^1.21'
go-version: '1.22'
check-latest: true
fetch-depth: 1 // only get latest commit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Sage
uses: einride/sage/actions/setup@master
with:
go-version: '^1.21'
go-version: '1.22'
check-latest: true
fetch-depth: 1 // only get latest commit

Expand Down
2 changes: 1 addition & 1 deletion .sage/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module sage

go 1.19
go 1.22.4

require go.einride.tech/sage v0.281.0
4 changes: 1 addition & 3 deletions cmd/saga/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/einride/saga/cmd/saga

go 1.22.1

toolchain go1.22.2
go 1.22.4

require (
github.com/adrg/xdg v0.4.0
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 go.einride.tech/extend

go 1.19
go 1.22.4

require (
github.com/google/go-cmp v0.5.9
Expand Down

0 comments on commit b2fc94b

Please sign in to comment.