Skip to content

Commit

Permalink
go 1.22 (#294)
Browse files Browse the repository at this point in the history
* go 1.22

Signed-off-by: Cameron Wall <[email protected]>

* KinD

Signed-off-by: Cameron Wall <[email protected]>

* go minor

Signed-off-by: Cameron Wall <[email protected]>

* go minor

Signed-off-by: Cameron Wall <[email protected]>

---------

Signed-off-by: Cameron Wall <[email protected]>
  • Loading branch information
cameronmwall authored Jul 18, 2024
1 parent 3a61a5f commit a749e23
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
go:
- '1.21'
- '1.22.4'
kind:
- 'latest'
name: KinD tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright Contributors to the Open Cluster Management project

# Build the manager binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test.prow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Contributors to the Open Cluster Management project

FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.testserver.prow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Contributors to the Open Cluster Management project

FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder
FROM registry.ci.openshift.org/stolostron/builder:go1.22-linux AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Operator for managing discovered clusters from OpenShift Cluster Manager

## Prerequisites

- Go v1.18+
- Go v1.22+
- kubectl 1.21+
- Operator-sdk v1.22.2
- Docker
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/stolostron/discovery

go 1.21
go 1.22.4

require (
github.com/gin-gonic/gin v1.9.1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Contributors to the Open Cluster Management project

FROM golang:1.21 AS builder
FROM golang:1.22 AS builder

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion testserver/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright Contributors to the Open Cluster Management project

FROM golang:1.21 as builder
FROM golang:1.22 as builder

WORKDIR /workspace

Expand Down

0 comments on commit a749e23

Please sign in to comment.