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 f33ae7f commit 5851aa8Copy full SHA for 5851aa8
.github/workflows/build_and_unit_test.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v4
19
with:
20
- go-version: 1.19
+ go-version: 1.21
21
22
- name: Build
23
run: make
.github/workflows/release.yml
- name: Build binaries
run: CGO_ENABLED=0 make
0 commit comments