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 00778f9 commit 4ec8be5Copy full SHA for 4ec8be5
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Read Go version from go.mod
28
run: echo "GO_VERSION=$(grep -E "^go\s+[0-9.]+$" go.mod | cut -d " " -f 2)" >> $GITHUB_ENV
29
- name: Setup Go environment
30
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v4
31
with:
32
go-version: ${{ env.GO_VERSION }}
33
0 commit comments