Skip to content

Commit

Permalink
chore: fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Feb 16, 2024
1 parent c8c2cc5 commit ed86a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "stable"
go-version: '1.22'

- name: "Setup yq" # Required for rendering the files.
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
unit-test:
name: "Run golangci-lint"
uses: kyma-project/eventing-tools/.github/workflows/lint-reusable.yml@main
with:
go-version: '1.22'
2 changes: 1 addition & 1 deletion .github/workflows/sink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
go-version: '1.22'
cache: true

- name: Build
Expand Down

0 comments on commit ed86a0d

Please sign in to comment.