Skip to content

Commit

Permalink
fix: bumps go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Dec 4, 2023
1 parent 16bab62 commit 5c56bb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20
- run: make
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go env
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20
- uses: actions/checkout@v4
with:
fetch-depth: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20
- run: make image
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/opendatahub-io/odh-project-controller

go 1.19
go 1.20

require (
github.com/go-logr/logr v1.3.0
Expand Down

0 comments on commit 5c56bb1

Please sign in to comment.