Skip to content

Commit

Permalink
Merge pull request #145 from piyush-garg/bump_go_1_21
Browse files Browse the repository at this point in the history
Bump to go 1.21
  • Loading branch information
concaf authored Apr 1, 2024
2 parents 6ef6503 + fa19daa commit e232110
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- uses: goreleaser/[email protected]
with:
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/openshift-pipelines/opc

go 1.20
go 1.21

require (
github.com/openshift-pipelines/pipelines-as-code v0.25.0
Expand Down
Loading

0 comments on commit e232110

Please sign in to comment.