diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53e74b1..89684ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - go-version: '1.20.2' + go-version: '1.20.3' - name: Ensure linux agent compiles run: |