diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c263aaf..d0f68fd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -21,7 +21,7 @@ jobs: go-version: ["1.24"] steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: go-version: ${{ matrix.go-version }} - name: Gather dependencies