Skip to content

Commit

Permalink
meta: force CI against go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Nov 19, 2024
1 parent 342612d commit 6102c9c
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 @@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: 0
- run: git fetch --force --tags
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: stable
go-version: '1.22'
- uses: docker/setup-qemu-action@v3
with:
platforms: arm64
Expand Down

0 comments on commit 6102c9c

Please sign in to comment.