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 2222 runs-on : ${{ matrix.platform }}
2323 steps :
2424 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout/releases/tag/v6.0.0
25- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
25+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0 https://github.com/actions/setup-go/releases/tag/v6.1 .0
2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 - name : go-test
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout/releases/tag/v6.0.0
19- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
19+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0 https://github.com/actions/setup-go/releases/tag/v6.1 .0
2020 with :
2121 go-version : 1.24.x
2222 - name : golangci-lint
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout/releases/tag/v6.0.0
19- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
19+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0 https://github.com/actions/setup-go/releases/tag/v6.1 .0
2020 with :
2121 go-version : 1.25.x
2222 - name : install nilaway
Original file line number Diff line number Diff line change 7979 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 https://github.com/actions/checkout/releases/tag/v6.0.0
8080 with :
8181 fetch-depth : 0
82- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0 https://github.com/actions/setup-go/releases/tag/v6.0 .0
82+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0 https://github.com/actions/setup-go/releases/tag/v6.1 .0
8383 with :
8484 go-version : 1.24.x
8585 - name : Build binary
You can’t perform that action at this time.
0 commit comments