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 3a786ae commit 70d2cfbCopy full SHA for 70d2cfb
.github/workflows/lint.yml
@@ -28,7 +28,7 @@ jobs:
28
id: vars
29
run: echo "::set-output name=go_version::$(grep "go 1." go.mod | cut -d " " -f 2)"
30
- name: Setup Golang Environment
31
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
32
with:
33
go-version: ${{ steps.vars.outputs.go_version }}
34
- name: Lint Code
0 commit comments