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 4725133Copy full SHA for 4725133
.github/workflows/publish.yaml
@@ -15,18 +15,17 @@ jobs:
15
name: Build and upload
16
runs-on: ubuntu-latest
17
steps:
18
- - name: Set up Go 1.23
+ - name: Set up Go 1.21
19
uses: actions/setup-go@v1
20
with:
21
- go-version: 1.23
+ go-version: 1.21
22
id: go
23
24
- name: Checkout code into the Go module directory
25
uses: actions/checkout@v1
26
27
- name: Build binaries
28
run: |
29
- go generate ./pkg/capacity/...
30
cd cmds
31
make
32
env:
0 commit comments