We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c48f11 + ede3d05 commit 842f546Copy full SHA for 842f546
.github/workflows/image.yaml
@@ -74,12 +74,16 @@ jobs:
74
strategy:
75
matrix:
76
go-version:
77
+ - "1.23"
78
+ - "1.23.1"
79
+ - "1.23.2"
80
- "1.22"
81
- "1.22.1"
82
- "1.22.2"
83
- "1.22.4"
84
- "1.22.5"
85
- "1.22.7"
86
+ - "1.22.8"
87
- "1.21"
88
- "1.21.4"
89
- "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.22.7
+GOLANG_VERSION ?= 1.23.2
0 commit comments