Skip to content

Commit

Permalink
update ci (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <[email protected]>
  • Loading branch information
joe-elliott authored Nov 22, 2024
1 parent 48cef28 commit 31fae34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Go ^1.15
- name: Set up Go ^1.23
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: ^1.23

- name: Clean Helm Tags
run: git tag -d $(git tag -l "cert-exporter*")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Set up Go ^1.19
- name: Set up Go ^1.23
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: ^1.23

- name: Configure Git
run: |
Expand Down

0 comments on commit 31fae34

Please sign in to comment.