Skip to content

Commit

Permalink
fix: fixed workflow file (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
subomi committed Mar 30, 2024
1 parent 8483e31 commit 129af1b
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-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-go@v2
name: Setup go
with:
go-version: '1.20'
go-version: '1.21'

- uses: docker/setup-qemu-action@v3
name: Set up QEMU
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/setup-go@v2
name: Setup go
with:
go-version: '1.20'
go-version: '1.21'

- uses: docker/setup-qemu-action@v3
name: Set up QEMU
Expand Down

0 comments on commit 129af1b

Please sign in to comment.