Skip to content

Commit

Permalink
Merge pull request #232 from openshift-kni/bump-golang-build-1.23
Browse files Browse the repository at this point in the history
build: ghactions: bump builder to 1.23
  • Loading branch information
ffromani authored Nov 14, 2024
2 parents b66c594 + f241a7c commit 47758d3
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 @@ -47,7 +47,7 @@ jobs:
- name: Set up golang
uses: actions/setup-go@v3
with:
go-version: 1.22
go-version: 1.23

- 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.22
go-version: 1.23

- 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.22 as builder
FROM golang:1.23 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.22.2
ENV GOVERSION=1.23.2
ENV GOPATH=/go
ENV GOBIN=${GOPATH}/bin
ENV PATH=${PATH}:${GOROOT}/bin:${GOBIN}
Expand Down

0 comments on commit 47758d3

Please sign in to comment.