File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-go@v4
11+ - uses : actions/setup-go@v5
1212 with :
1313 go-version-file : go.mod
1414 - run : go build ./cmd/gofzf
1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v4
20- - uses : actions/setup-go@v4
20+ - uses : actions/setup-go@v5
2121 with :
2222 go-version-file : go.mod
2323 - run : go test ./...
2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v4
29- - uses : actions/setup-go@v4
29+ - uses : actions/setup-go@v5
3030 with :
3131 go-version-file : go.mod
3232 - uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 1515 with :
1616 fetch-depth : 0
1717
18- - uses : actions/setup-go@v4
18+ - uses : actions/setup-go@v5
1919 with :
2020 go-version-file : go.mod
2121 cache : true
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v4
17- - uses : actions/setup-go@v4
17+ - uses : actions/setup-go@v5
1818 with :
1919 go-version-file : go.mod
2020
You can’t perform that action at this time.
0 commit comments