This repository was archived by the owner on Apr 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 66 interval : weekly
77 time : ' 10:00'
88 open-pull-requests-limit : 10
9+
10+ - package-ecosystem : " github-actions"
11+ directory : " /"
12+ schedule :
13+ interval : monthly
Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818
1919 - name : Set up Go
20- uses : actions/setup-go@v3
20+ uses : actions/setup-go@v4
2121 with :
22- go-version : 1.18
22+ go-version : 1.21
2323
2424 - name : Test
2525 run : go test -v ./...
2929
3030 - name : Run goreleaser in release mode
3131 if : success() && startsWith(github.ref, 'refs/tags/v')
32- uses : goreleaser/goreleaser-action@v3
32+ uses : goreleaser/goreleaser-action@v4
3333 with :
3434 version : latest
3535 args : release --rm-dist
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Set up Go
14- uses : actions/setup-go@v3
14+ uses : actions/setup-go@v4
1515 with :
16- go-version : 1.18
16+ go-version : 1.21
1717
1818 - uses : actions/checkout@v3
19-
20- - name : golangci-lint
21- uses : golangci/golangci-lint-action@v3
22- with :
23- version : v1.51
You can’t perform that action at this time.
0 commit comments