Skip to content

Commit

Permalink
update go actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amine7536 committed Sep 11, 2024
1 parent 208a122 commit b4ab379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.23.x

- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: 1.21.x
go-version: 1.23.x

- name: Install step-cli
run: |
Expand Down

0 comments on commit b4ab379

Please sign in to comment.