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 7
7
commit-message :
8
8
prefix : " fix"
9
9
include : " scope"
10
- open-pull-requests-limit : 10
10
+ open-pull-requests-limit : 20
11
11
12
12
- package-ecosystem : " docker"
13
13
directory : " /"
@@ -16,7 +16,7 @@ updates:
16
16
commit-message :
17
17
prefix : " fix"
18
18
include : " scope"
19
- open-pull-requests-limit : 10
19
+ open-pull-requests-limit : 20
20
20
21
21
- package-ecosystem : " github-actions"
22
22
directory : " /"
@@ -25,4 +25,4 @@ updates:
25
25
commit-message :
26
26
prefix : " fix"
27
27
include : " scope"
28
- open-pull-requests-limit : 10
28
+ open-pull-requests-limit : 20
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4.1.4
14
+ uses : actions/checkout@v4.2.1
15
15
with :
16
16
token : ${{ secrets.API_GITHUB_TOKEN }}
17
17
@@ -22,12 +22,12 @@ jobs:
22
22
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
23
23
24
24
- name : Setup Go environment
25
- uses : actions/setup-go@v5.0.0
25
+ uses : actions/setup-go@v5.0.2
26
26
with :
27
27
go-version : " ${{ env.go_version }}"
28
28
29
29
- name : Binaries Release
30
- uses : goreleaser/goreleaser-action@v5 .0.0
30
+ uses : goreleaser/goreleaser-action@v6 .0.0
31
31
with :
32
32
version : ~> 1.16.2
33
33
args : release --rm-dist
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
steps :
14
14
- name : Checkout with token
15
15
if : github.event_name != 'pull_request'
16
- uses : actions/checkout@v4.1.4
16
+ uses : actions/checkout@v4.2.1
17
17
with :
18
18
token : ${{ secrets.API_GITHUB_TOKEN }}
19
19
20
20
- name : Checkout without token
21
21
if : github.event_name == 'pull_request'
22
- uses : actions/checkout@v4.1.4
22
+ uses : actions/checkout@v4.2.1
23
23
24
24
- name : Fetch Go version
25
25
run : |
28
28
echo "go_version=$GO_VERSION" >> $GITHUB_ENV
29
29
30
30
- name : Setup Go environment
31
- uses : actions/setup-go@v5.0.0
31
+ uses : actions/setup-go@v5.0.2
32
32
with :
33
33
go-version : " ${{ env.go_version }}"
34
34
37
37
38
38
- name : Version
39
39
if : github.event_name != 'pull_request'
40
- uses : cycjimmy/semantic-release-action@v4.1.0
40
+ uses : cycjimmy/semantic-release-action@v4.1.1
41
41
with :
42
42
semantic_version : 17.4
43
43
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
2
2
3
3
WORKDIR /src
4
4
COPY . .
You can’t perform that action at this time.
0 commit comments