We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15de2fd + 1108d6b commit 40f07c5Copy full SHA for 40f07c5
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
- name: Extract version of Go to use
38
run: echo "GOVERSION=$(cat go.mod | grep -w "go" | awk ' { print $2 } ' | grep -w "^[^v]")" >> $GITHUB_ENV
39
- name: Set up Go
40
- uses: actions/setup-go@v5.3.0
+ uses: actions/setup-go@v5.4.0
41
with:
42
go-version: ${{ env.GOVERSION }}
43
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments