File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 name : Test
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v3
11- - uses : actions/setup-go@v4
10+ - uses : actions/checkout@v5
11+ - uses : actions/setup-go@v5
1212 with :
1313 go-version : ' ^1.20.0'
1414
2626 run : go build -v ./...
2727
2828 - name : Lint
29- uses : golangci/golangci-lint-action@v3
29+ uses : golangci/golangci-lint-action@v6
3030 with :
3131 version : v1.64.8
3232
@@ -44,13 +44,13 @@ jobs:
4444 runs-on : macos-latest
4545 if : startsWith(github.ref, 'refs/tags/v')
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 with :
4949 fetch-depth : 0
50- - uses : actions/setup-go@v4
50+ - uses : actions/setup-go@v5
5151 with :
5252 go-version : ' 1.20'
53- - uses : goreleaser/goreleaser-action@v6
53+ - uses : goreleaser/goreleaser-action@v7
5454 with :
5555 args : release --clean
5656 env :
You can’t perform that action at this time.
0 commit comments