File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - pull_request
44jobs :
55 release :
6- uses : vareversat/github-actions/.github/workflows/global.labeler.yml@v1.6.3
6+ uses : vareversat/github-actions/.github/workflows/global.labeler.yml@v1.6.5
77 secrets : inherit
Original file line number Diff line number Diff line change 55
66jobs :
77 go-lint :
8- uses : vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3
8+ uses : vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.5
99 with :
1010 go_version : ' 1.22.x'
1111 go-test :
12- uses : vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3
12+ uses : vareversat/github-actions/.github/workflows/go.test.yml@v1.6.5
1313 secrets : inherit
1414 with :
1515 go_version : ' 1.22.x'
1616 go-build :
1717 needs : [ go-lint, go-test ]
18- uses : vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3
18+ uses : vareversat/github-actions/.github/workflows/go.build.yml@v1.6.5
1919 with :
2020 go_version : ' 1.22.x'
Original file line number Diff line number Diff line change 77
88jobs :
99 go-lint :
10- uses : vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.3
10+ uses : vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.5
1111 with :
1212 go_version : ' 1.22.x'
1313 go-test :
14- uses : vareversat/github-actions/.github/workflows/go.test.yml@v1.6.3
14+ uses : vareversat/github-actions/.github/workflows/go.test.yml@v1.6.5
1515 secrets : inherit
1616 with :
1717 go_version : ' 1.22.x'
1818 go-build :
1919 needs : [ go-lint, go-test ]
20- uses : vareversat/github-actions/.github/workflows/go.build.yml@v1.6.3
20+ uses : vareversat/github-actions/.github/workflows/go.build.yml@v1.6.5
2121 with :
2222 go_version : ' 1.22.x'
2323 docker-build-push :
2424 needs : [ go-lint, go-test ]
25- uses : vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.6.3
25+ uses : vareversat/github-actions/.github/workflows/docker.build-push.yml@v1.6.5
2626 secrets : inherit
2727 release :
2828 needs : [ go-build ]
29- uses : vareversat/github-actions/.github/workflows/global.release.yml@v1.6.3
29+ uses : vareversat/github-actions/.github/workflows/global.release.yml@v1.6.5
3030 with :
3131 prerelease_suffix : rc
3232 artifacts_pattern : chabo-api_binary_*
You can’t perform that action at this time.
0 commit comments