diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff493ae..7388234 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }} - name: Run tests diff --git a/.github/workflows/scheduled-update-client.yml b/.github/workflows/scheduled-update-client.yml index 7eca320..4a236e8 100644 --- a/.github/workflows/scheduled-update-client.yml +++ b/.github/workflows/scheduled-update-client.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup go - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - run: make fetch-openapi