Skip to content

Commit

Permalink
bump go to v1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Apoorva Jagtap <[email protected]>
  • Loading branch information
Apoorva Jagtap authored and apoorvajagtap committed Feb 7, 2025
1 parent c130491 commit 4a09df4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: 1.23.x
cache: true
check-latest: true
- uses: ko-build/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: true
check-latest: true

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/shipwright-io/cli

go 1.22.7
go 1.23

require (
github.com/google/go-containerregistry v0.20.2
Expand Down

0 comments on commit 4a09df4

Please sign in to comment.