diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 8a8fcdd..a7b10d6 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -79,6 +79,7 @@ jobs: - "1.23.2" - "1.23.3" - "1.23.4" + - "1.23.5" - "1.22" - "1.22.1" - "1.22.2" @@ -88,6 +89,7 @@ jobs: - "1.22.8" - "1.22.9" - "1.22.10" + - "1.22.11" - "1.21" - "1.21.4" - "1.21.5" diff --git a/versions.mk b/versions.mk index 3e5b3e5..ac62592 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.23.2 +GOLANG_VERSION ?= 1.23.5