change to version 1.24 + change workflow name

This commit is contained in:
Cédric Verstraeten
2025-04-15 15:00:51 +02:00
parent 9c4c3c654d
commit 6d170c8dc0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: Docker release build
name: Release
on:
release:

View File

@@ -17,7 +17,7 @@ jobs:
matrix:
#No longer supported Go versions.
#go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
go-version: ["1.22"]
go-version: ["1.24"]
steps:
- name: Set up Go ${{ matrix.go-version }}