We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1388ff commit d813867Copy full SHA for d813867
.github/workflows/bin-package-no-tag.yaml
@@ -17,7 +17,7 @@ on:
17
jobs:
18
builder:
19
name: builder
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
21
steps:
22
- name: Checkout code into the Go module directory
23
uses: actions/checkout@v1
.github/workflows/publish.yaml
@@ -15,18 +15,17 @@ jobs:
15
name: Build and upload
16
runs-on: ubuntu-latest
- - name: Set up Go 1.23
+ - name: Set up Go 1.21
uses: actions/setup-go@v1
with:
- go-version: 1.23
+ go-version: 1.21
id: go
24
25
26
27
- name: Build binaries
28
run: |
29
- go generate ./pkg/capacity/...
30
cd cmds
31
make
32
env:
0 commit comments