Skip to content

Commit 3097582

Browse files
committed
ci: update to go1.25
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent b42badc commit 3097582

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Set up Go
6666
uses: actions/setup-go@v6
6767
with:
68-
go-version: "1.24"
68+
go-version: "1.25"
6969
-
7070
name: Download modules
7171
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GO_VERSION="1.24"
17+
ARG GO_VERSION="1.25"
1818
ARG XX_VERSION="1.9.0"
1919
ARG GOLANGCI_LINT_VERSION="v2.7.1"
2020
ARG ADDLICENSE_VERSION="v1.2.0"

0 commit comments

Comments
 (0)