Skip to content

Commit

Permalink
Use go 1.22 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Jun 17, 2024
1 parent 5035da0 commit a3a475e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21'
go-version: '>=1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -29,6 +29,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21'
go-version: '>=1.22'
- name: unit tests
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '>=1.21'
go-version: '>=1.22'
- run: make generate manifests

- name: Ensure no changes
Expand Down

0 comments on commit a3a475e

Please sign in to comment.