File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77 commit-message :
88 prefix : " fix"
99 include : " scope"
10- open-pull-requests-limit : 10
10+ open-pull-requests-limit : 20
1111
1212 - package-ecosystem : " docker"
1313 directory : " /"
@@ -16,7 +16,7 @@ updates:
1616 commit-message :
1717 prefix : " fix"
1818 include : " scope"
19- open-pull-requests-limit : 10
19+ open-pull-requests-limit : 20
2020
2121 - package-ecosystem : " github-actions"
2222 directory : " /"
@@ -25,4 +25,4 @@ updates:
2525 commit-message :
2626 prefix : " fix"
2727 include : " scope"
28- open-pull-requests-limit : 10
28+ open-pull-requests-limit : 20
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4.1.4
14+ uses : actions/checkout@v4.2.1
1515 with :
1616 token : ${{ secrets.API_GITHUB_TOKEN }}
1717
@@ -22,12 +22,12 @@ jobs:
2222 echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2323
2424 - name : Setup Go environment
25- 25+ 2626 with :
2727 go-version : " ${{ env.go_version }}"
2828
2929 - name : Binaries Release
30- uses : goreleaser/goreleaser-action@v5 .0.0
30+ uses : goreleaser/goreleaser-action@v6 .0.0
3131 with :
3232 version : ~> 1.16.2
3333 args : release --rm-dist
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414 - name : Checkout with token
1515 if : github.event_name != 'pull_request'
16- uses : actions/checkout@v4.1.4
16+ uses : actions/checkout@v4.2.1
1717 with :
1818 token : ${{ secrets.API_GITHUB_TOKEN }}
1919
2020 - name : Checkout without token
2121 if : github.event_name == 'pull_request'
22- uses : actions/checkout@v4.1.4
22+ uses : actions/checkout@v4.2.1
2323
2424 - name : Fetch Go version
2525 run : |
2828 echo "go_version=$GO_VERSION" >> $GITHUB_ENV
2929
3030 - name : Setup Go environment
31- 31+ 3232 with :
3333 go-version : " ${{ env.go_version }}"
3434
3737
3838 - name : Version
3939 if : github.event_name != 'pull_request'
40- uses :
cycjimmy/[email protected] .0 40+ uses :
cycjimmy/[email protected] .1 4141 with :
4242 semantic_version : 17.4
4343 env :
Original file line number Diff line number Diff line change 1- FROM golang:1.22 .2-alpine AS builder
1+ FROM golang:1.23 .2-alpine AS builder
22
33WORKDIR /src
44COPY . .
You can’t perform that action at this time.
0 commit comments