Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,17 @@ jobs:
draft: true
prerelease: false

# Build and pack the binaries for linux.
# Build and pack the binaries for linux.
build_linux:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
needs: [create_release, env_vars]
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: false
go-version: '^1.25'
go-version: '^1.24'

- name: Check out repository into the Go module directory
uses: actions/checkout@v4
Expand Down
Loading