Skip to content

Commit

Permalink
chore(ci): Use latest minor version of golang in ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Oct 20, 2023
1 parent f2d3fd3 commit 53bb3ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/automatic-updates/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.goVersion }}
check-latest: true
- name: Generate changelog
uses: ./.github/actions/changelog
with:
Expand Down
1 change: 1 addition & 0 deletions .github/actions/kamel-prepare-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ runs:
if: ${{ env.KAMEL_PREPARE_ENV != 'true' }}
with:
go-version: 1.20.x
check-latest: true

- name: (Re-)install kustomize
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/actions/release-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ runs:
uses: actions/setup-go@v4
with:
go-version: ${{ inputs.goVersion }}
check-latest: true
- name: Common smoke tests
uses: ./.github/actions/e2e-common
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.20.x
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
env:
Expand Down

0 comments on commit 53bb3ea

Please sign in to comment.