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 2967195 commit c64ac01Copy full SHA for c64ac01
.github/workflows/release.yaml
@@ -7,7 +7,7 @@ on:
7
tags: [v1.*]
8
9
env:
10
- GO_VER: "1.20"
+ GO_VER: "1.21"
11
GO_TAGS: ""
12
REGISTRY: ghcr.io
13
IMAGE_NAME: ${{ github.repository }}
.github/workflows/unit-tests.yaml
@@ -25,7 +25,7 @@ on:
25
branches: [main]
26
27
28
29
30
jobs:
31
make-checks:
0 commit comments