We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9478c7d + bb559de commit 775a522Copy full SHA for 775a522
.github/workflows/image.yaml
@@ -79,6 +79,7 @@ jobs:
79
- "1.23.2"
80
- "1.23.3"
81
- "1.23.4"
82
+ - "1.23.5"
83
- "1.22"
84
- "1.22.1"
85
- "1.22.2"
@@ -88,6 +89,7 @@ jobs:
88
89
- "1.22.8"
90
- "1.22.9"
91
- "1.22.10"
92
+ - "1.22.11"
93
- "1.21"
94
- "1.21.4"
95
- "1.21.5"
versions.mk
@@ -11,4 +11,4 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
-GOLANG_VERSION ?= 1.23.2
+GOLANG_VERSION ?= 1.23.5
0 commit comments