diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12fa910..6be78d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.25.6 - name: Get google/go-licenses package run: go install github.com/google/go-licenses@v1.6.0 - name: Check the licenses @@ -54,7 +54,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.25.6 - name: Execute tests run: | go test -v -gcflags=all=-l -cover ./... -coverprofile coverage.out -coverpkg ./... diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 5941407..e28a449 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -44,7 +44,7 @@ jobs: - name: Set up Go uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 with: - go-version: 1.25.0 + go-version: 1.25.6 - name: Initialize CodeQL uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10 with: