diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e05537fb..c46b0049 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: - name: build run: go build . - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 - name: test run: go test ./...