Skip to content

Commit

Permalink
Merge pull request #300 from apoorvajagtap/bump-go
Browse files Browse the repository at this point in the history
Bump Go version to `1.23`
  • Loading branch information
openshift-merge-bot[bot] authored Feb 7, 2025
2 parents c130491 + 4a09df4 commit 9275a33
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 9275a33

Please sign in to comment.