Skip to content

Commit

Permalink
Merge pull request #692 from yiannistri/bump-go-version-in-ci
Browse files Browse the repository at this point in the history
ci: Use Go 1.23
  • Loading branch information
mjura authored Oct 17, 2024
2 parents 150a720 + 1f2fd50 commit 38dafb2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '1.23'
check-latest: true
- name: Build and push all image variations
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
go-version: '1.23'
check-latest: true
- name: Build operator
run: make operator
Expand Down
4 changes: 0 additions & 4 deletions .trivyignore

This file was deleted.

0 comments on commit 38dafb2

Please sign in to comment.