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 68305a0 commit 23feff7Copy full SHA for 23feff7
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-go@v3
18
with:
19
- go-version: 1.19.x
+ go-version-file: go.mod
20
cache: true
21
- name: Ensure go.mod is already tidied
22
run: go mod tidy && git diff -s --exit-code go.sum
.github/workflows/release.yaml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
0 commit comments