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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2121 - id : goversion
2222 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
23- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
23+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1010 - id : goversion
1111 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
12- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
12+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
21+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2222 with :
2323 go-version : ${{ steps.goversion.outputs.goversion }}
2424 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
22+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2323 with :
2424 go-version : ${{ steps.goversion.outputs.goversion }}
2525 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
You can’t perform that action at this time.
0 commit comments