Skip to content

Commit b6bf173

Browse files
author
Víctor Díaz Marco
committed
Update development environment.
1 parent f2a865c commit b6bf173

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff 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/[email protected].1
19+
uses: actions/[email protected].4
2020

2121
- name: Go installation
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
go-version: ${{ matrix.go }}
2525

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].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

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

scripts/generate-code.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ for F in $(cat .openapi-generator/files) ; do
88
done
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 \

0 commit comments

Comments
 (0)