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