File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 test :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v7
2020 - uses : actions/setup-go@v6
2121 with :
2222 go-version-file : go.mod
4242 lint :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@v7
4646 - uses : actions/setup-go@v6
4747 with :
4848 go-version-file : go.mod
49- - uses : golangci/golangci-lint-action@v8
49+ - uses : golangci/golangci-lint-action@v9
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 goreleaser :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v7
1515 with :
1616 fetch-depth : 0
1717 - uses : actions/setup-go@v6
1818 with :
1919 go-version-file : go.mod
20- - uses : goreleaser/goreleaser-action@v6
20+ - uses : goreleaser/goreleaser-action@v7
2121 with :
2222 distribution : goreleaser
2323 version : " ~> v2"
You can’t perform that action at this time.
0 commit comments