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 6fdfd9f commit df177e6Copy full SHA for df177e6
.github/workflows/e2e.yaml
@@ -95,7 +95,7 @@ jobs:
95
path: ./bin
96
key: ${{ runner.os }}-bin-${{ env.GO_VERSION }}-${{ hashFiles('Makefile') }}
97
98
- - uses: actions/setup-go@v3
+ - uses: actions/setup-go@v4
99
with:
100
go-version: ${{ env.GO_VERSION }}
101
if: steps.cache-bin.outputs.cache-hit != 'true'
.github/workflows/test-codecov.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
18
19
20
go-version: '1.20'
21
0 commit comments