Skip to content

Commit

Permalink
Merge pull request #225 from Adarsh-jaiss/version
Browse files Browse the repository at this point in the history
updated go version to 1.21
  • Loading branch information
openshift-merge-bot[bot] authored Mar 25, 2024
2 parents 0b80ff0 + a43d98f commit 81df7a5
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.20.x
go-version: 1.21.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.19.x'
go-version: '1.21.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.20
go 1.21

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

0 comments on commit 81df7a5

Please sign in to comment.