File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727 - id : goversion
2828 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3030 with :
3131 go-version : ${{ steps.goversion.outputs.goversion }}
3232 - name : Run Benchmarks
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2222 - id : goversion
2323 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
24- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
24+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2525 with :
2626 go-version : ${{ steps.goversion.outputs.goversion }}
2727 - name : Build for ${{ inputs.os }}/${{ matrix.arch }}
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1313 - id : goversion
1414 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
15- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
15+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1616 with :
1717 go-version : ${{ steps.goversion.outputs.goversion }}
1818 - name : Run golangci-lint
Original file line number Diff line number Diff line change 2626 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2727 - id : goversion
2828 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
29- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
29+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3030 with :
3131 go-version : ${{ steps.goversion.outputs.goversion }}
3232 - name : Run golangci-lint
Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525 - id : goversion
2626 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
27- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
27+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2828 with :
2929 go-version : ${{ steps.goversion.outputs.goversion }}
3030 - run : make fmt
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 : Run golangci-lint
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323 - id : goversion
2424 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
25- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
25+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2626 with :
2727 go-version : ${{ steps.goversion.outputs.goversion }}
2828 - name : Run golangci-lint
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2323 - id : goversion
2424 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
25- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
25+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
2626 with :
2727 go-version : ${{ steps.goversion.outputs.goversion }}
2828 - run : make fmt
5151 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5252 - id : goversion
5353 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
54- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
54+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
5555 with :
5656 go-version : ${{ steps.goversion.outputs.goversion }}
5757 - name : Run golangci-lint
You can’t perform that action at this time.
0 commit comments