diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8bb952b..28cc9fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: name: Set up Go uses: actions/setup-go@v6 with: - go-version: "1.24" + go-version: "1.25" - name: Download modules run: | diff --git a/Dockerfile b/Dockerfile index 3445331..3d0e500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GO_VERSION="1.24" +ARG GO_VERSION="1.25" ARG XX_VERSION="1.9.0" -ARG GOLANGCI_LINT_VERSION="v2.7.1" +ARG GOLANGCI_LINT_VERSION="v2.9.0" ARG ADDLICENSE_VERSION="v1.2.0" ARG LICENSE_ARGS="-c cli-docs-tool -l apache"