diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1066a01..684cb63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Setup .netrc uses: conventional-actions/setup-netrc@v1 - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.20" cache: true