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 e47c981 commit 276d519Copy full SHA for 276d519
.github/workflows/go-test-and-release.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/setup-go@v3
22
with:
23
# renovate: go-version
24
- go-version: 1.18.3
+ go-version: 1.18.4
25
26
- name: go test
27
run: |
@@ -46,7 +46,7 @@ jobs:
46
uses: actions/setup-go@v3
47
48
49
50
51
- uses: docker/login-action@v2
52
.github/workflows/pre-commit.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- name: Install go tooling
0 commit comments