carvel-dev / kbld

kbld seamlessly incorporates image building and image pushing into your development and deployment workflows
https://carvel.dev/kbld
Apache License 2.0
294 stars 41 forks source link

Adding workflow to update go #489

Closed rohitagg2020 closed 5 months ago

rohitagg2020 commented 5 months ago

Adding workflow to update go

rohitagg2020 commented 5 months ago

In order for this to do a full update we maybe should update our actions to use:

    - name: Set Up Go
      uses: actions/setup-go@v5
      with:
        go-version-file: go.mod
        check-latest: true

To ensure that we do not need to update the github actions in a separate commit. Can you please do the change in all the github actions that need it?

Sounds good