diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c0a6f1f5..f1189723 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -44,7 +44,7 @@ jobs: with: python-version: '3.9' - name: Install Go ${{ matrix.go }} for Benchmarks - uses: actions/setup-go@v6.3.0 + uses: actions/setup-go@v6.4.0 with: go-version: ${{ matrix.go }} cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba1da43a..4c189737 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -44,7 +44,7 @@ jobs: with: python-version: 3.12 - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: '1.25' cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d8dbb174..3f6e82bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -176,7 +176,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -205,7 +205,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -237,7 +237,7 @@ jobs: with: submodules: recursive - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: ${{ matrix.go }} cache: true @@ -292,7 +292,7 @@ jobs: echo "CGO_LDFLAGS=-g -O2 -L$(cygpath --windows ${MINGW_PREFIX}/lib) -L$(cygpath --windows ${MINGW_PREFIX}/bin)" >> $GITHUB_ENV echo "MINGW_PREFIX=$(cygpath --windows ${MINGW_PREFIX})" >> $GITHUB_ENV - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: "${{ env.GO_VERSION }}" cache: true @@ -316,7 +316,7 @@ jobs: run: | (. .env && echo "GO_VERSION=${GO}") >> $GITHUB_ENV - name: Setup Go - uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.2.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.2.0 with: go-version: "${{ env.GO_VERSION }}" cache: true