Skip to content

Commit

Permalink
chore: bump go version CI/CD (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: oluwole fadeyi <[email protected]>
  • Loading branch information
tfadeyi authored Mar 29, 2024
1 parent 0e1d2dc commit 9a0aeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
cache: true

- name: Licenses
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x
cache: true

- name: Generate helm docs
Expand Down

0 comments on commit 9a0aeaf

Please sign in to comment.