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:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- go : ["1.21 ", "1.20 "]
16+ go : ["1.22 ", "1.21 "]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4.1.1
19+ uses : actions/checkout@v4.1.4
2020
2121 - name : Go installation
22- uses : actions/setup-go@v5.0.0
22+ uses : actions/setup-go@v5.0.1
2323 with :
2424 go-version : ${{ matrix.go }}
2525
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4.1.1
14+ uses : actions/checkout@v4.1.4
1515
1616 - name : Release
17- uses : softprops/action-gh-release@v0.1.15
17+ uses : softprops/action-gh-release@v2.0.4
1818 with :
1919 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
44
55
66# # Base image
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ for F in $(cat .openapi-generator/files) ; do
88done
99
1010# 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 \
1212 generate \
1313 --config /local/.openapi-generator/config.yaml \
1414 --input-spec /local/api/openapi.yaml \
You can’t perform that action at this time.
0 commit comments