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 acd2220 commit 6af2674Copy full SHA for 6af2674
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
28
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
29
30
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
31
with:
32
go-version: 1.19
33
.github/workflows/checks.yaml
@@ -12,7 +12,7 @@ jobs:
12
# This step uses Github's checkout-action: https://github.com/actions/checkout
13
- uses: actions/checkout@v3
14
15
16
17
18
@@ -31,7 +31,7 @@ jobs:
34
35
36
37
0 commit comments