diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 6c47710b..afb523ed 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -74,12 +74,16 @@ jobs: strategy: matrix: go-version: + - "1.23" + - "1.23.1" + - "1.23.2" - "1.22" - "1.22.1" - "1.22.2" - "1.22.4" - "1.22.5" - "1.22.7" + - "1.22.8" - "1.21" - "1.21.4" - "1.21.5" diff --git a/versions.mk b/versions.mk index 6ac1f15f..3e5b3e57 100644 --- a/versions.mk +++ b/versions.mk @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -GOLANG_VERSION ?= 1.22.7 +GOLANG_VERSION ?= 1.23.2