Skip to content

Commit

Permalink
feat(go): update to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Oct 17, 2024
1 parent b5eaf01 commit 4510cb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.22'
go-version: '1.23'
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.22'
go-version: '1.23'
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.22'
go-version: '1.23'
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.22.4
go 1.23

require go.einride.tech/sage v0.326.0
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.22.4
go 1.23

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

0 comments on commit 4510cb5

Please sign in to comment.