diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e242178..e395b275 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up Go - uses: actions/setup-go@v3.2.1 + uses: actions/setup-go@v3.3.0 with: go-version-file: go.mod check-latest: true @@ -75,7 +75,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v3.2.1 + uses: actions/setup-go@v3.3.0 with: go-version-file: ./go.mod check-latest: true