We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 615cd43 + 5afdbc5 commit dcb8497Copy full SHA for dcb8497
1 file changed
.github/workflows/release.yml
@@ -40,14 +40,14 @@ jobs:
40
41
# Build and pack the binaries for linux.
42
build_linux:
43
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
44
needs: [create_release, env_vars]
45
steps:
46
- name: Set up Go
47
uses: actions/setup-go@v5
48
with:
49
cache: false
50
- go-version: '^1.25'
+ go-version: '^1.24'
51
52
- name: Check out repository into the Go module directory
53
uses: actions/checkout@v4
0 commit comments