Skip to content

Commit

Permalink
Upgrade to Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gmfrasca committed Oct 13, 2023
1 parent 2098860 commit 5c786ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.18.x'
go-version: '1.19.x'
- name: Run Functional Tests
run: make functest
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.18.x'
go-version: '1.19.x'
- name: Run Unit Tests
run: make unittest
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-8 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10 as builder
ARG TARGETOS
ARG TARGETARCH

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/opendatahub-io/data-science-pipelines-operator

go 1.18
go 1.19

require (
github.com/fsnotify/fsnotify v1.5.4
Expand Down

0 comments on commit 5c786ad

Please sign in to comment.