diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6150489..af11d1d 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -12,16 +12,17 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - go-version: [1.21.x] + go-version: [1.26.x] os: [ubuntu-latest] steps: - name: "install golang" - uses: actions/setup-go@v5.0.0 + uses: actions/setup-go@v6.4.0 with: go-version: ${{ matrix.go-version }} cache: false - name: "checkout code" - uses: actions/checkout@v4.1.1 + # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: "build appliation" run: | set -euxo pipefail