File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 - id : goversion
2222 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
23- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
23+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2424 with :
2525 go-version : ${{ steps.goversion.outputs.goversion }}
2626 - name : golangci-lint
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1010 - id : goversion
1111 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
12- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
12+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
1313 with :
1414 go-version : ${{ steps.goversion.outputs.goversion }}
1515 - run : date
Original file line number Diff line number Diff line change 1818 steps :
1919 - id : goversion
2020 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
21- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
21+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2222 with :
2323 go-version : ${{ steps.goversion.outputs.goversion }}
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 1919 steps :
2020 - id : goversion
2121 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
22- - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
22+ - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
2323 with :
2424 go-version : ${{ steps.goversion.outputs.goversion }}
2525 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments