Skip to content

Commit

Permalink
Merge pull request #121 from openshift-kni/golang-1.20
Browse files Browse the repository at this point in the history
[KNI] toolchain: golang: bump to 1.20.7
  • Loading branch information
ffromani authored Sep 12, 2023
2 parents c95e62b + b969419 commit 301942e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up golang
uses: actions/setup-go@v3
with:
go-version: 1.19.5
go-version: 1.20.7

- name: Run integration test
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: 1.19.5
go-version: 1.20.7

- name: Set release version env var
run: |
Expand Down
2 changes: 1 addition & 1 deletion build/noderesourcetopology-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.19 as builder
FROM golang:1.20 as builder

WORKDIR /go/src/sigs.k8s.io/scheduler-plugins
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion build/noderesourcetopology-plugin/Dockerfile.tools
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi

ENV HOME=/home/ci
ENV GOROOT=/usr/local/go
ENV GOVERSION=1.19.5
ENV GOVERSION=1.20.7
ENV GOPATH=/go
ENV GOBIN=${GOPATH}/bin
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}
Expand Down

0 comments on commit 301942e

Please sign in to comment.