From 0beee04dd1df805e4fe566d20f402a99dc5e366f Mon Sep 17 00:00:00 2001 From: Hittrich Date: Thu, 6 Aug 2026 14:34:11 +0200 Subject: [PATCH] Use go 1.25.7 --- .github/workflows/ci.yml | 6 +++--- examples/go.mod | 2 +- go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdd15de4..c712fd92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.3" + go-version: "1.25.7" cache: true - name: Install gosec @@ -65,7 +65,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.3" + go-version: "1.25.7" cache: true - name: Download Go modules @@ -96,7 +96,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.25.3" + go-version: "1.25.7" cache: true - name: Cache Go build cache diff --git a/examples/go.mod b/examples/go.mod index 8e1e341f..6b59ee17 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -1,6 +1,6 @@ module github.com/doordash-oss/oapi-codegen-dd/v3/examples -go 1.25.3 +go 1.25.7 replace github.com/doordash-oss/oapi-codegen-dd/v3 => ../ diff --git a/go.mod b/go.mod index 34f61375..c95c7a33 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/doordash-oss/oapi-codegen-dd/v3 -go 1.25.3 +go 1.25.7 require ( github.com/go-playground/validator/v10 v10.30.3