diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a839ba1..6a61d58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 # We cannot use nancy-github-action because it is outdated, so it's better to use the latest # docker image for the validation - @@ -58,7 +58,7 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v1 + uses: actions/setup-go@v3 with: go-version: ${{ matrix.go-version }} -