File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- go : ["1.21 ", "1.20 "]
16
+ go : ["1.22 ", "1.21 "]
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4.1.1
19
+ uses : actions/checkout@v4.1.4
20
20
21
21
- name : Go installation
22
- uses : actions/setup-go@v5.0.0
22
+ uses : actions/setup-go@v5.0.1
23
23
with :
24
24
go-version : ${{ matrix.go }}
25
25
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4.1.1
14
+ uses : actions/checkout@v4.1.4
15
15
16
16
- name : Release
17
- uses : softprops/action-gh-release@v0.1.15
17
+ uses : softprops/action-gh-release@v2.0.4
18
18
with :
19
19
generate_release_notes : true
Original file line number Diff line number Diff line change 1
- ARG GO_VERSION=1.21.6 -bookworm
2
- ARG GOIMPORTS_VERSION=0.16.1
3
- ARG DELVE_VERSION=1.22.0
1
+ ARG GO_VERSION=1.22.2 -bookworm
2
+ ARG GOIMPORTS_VERSION=0.20.0
3
+ ARG DELVE_VERSION=1.22.1
4
4
5
5
6
6
# # Base image
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ for F in $(cat .openapi-generator/files) ; do
8
8
done
9
9
10
10
# Generate library
11
- docker run --rm --env JAVA_OPTS=-DmaxYamlCodePoints=9999999 -v " ${PWD} :/local" openapitools/openapi-generator-cli:v7.2 .0 \
11
+ docker run --rm --env JAVA_OPTS=-DmaxYamlCodePoints=9999999 -v " ${PWD} :/local" openapitools/openapi-generator-cli:v7.5 .0 \
12
12
generate \
13
13
--config /local/.openapi-generator/config.yaml \
14
14
--input-spec /local/api/openapi.yaml \
You can’t perform that action at this time.
0 commit comments