Skip to content

Commit

Permalink
Update development environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Díaz Marco committed May 6, 2024
1 parent f2a865c commit b6bf173
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.21", "1.20"]
go: ["1.22", "1.21"]
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4

- name: Go installation
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{ matrix.go }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].4

- name: Release
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.4
with:
generate_release_notes: true
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG GO_VERSION=1.21.6-bookworm
ARG GOIMPORTS_VERSION=0.16.1
ARG DELVE_VERSION=1.22.0
ARG GO_VERSION=1.22.2-bookworm
ARG GOIMPORTS_VERSION=0.20.0
ARG DELVE_VERSION=1.22.1


## Base image
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ for F in $(cat .openapi-generator/files) ; do
done

# Generate library
docker run --rm --env JAVA_OPTS=-DmaxYamlCodePoints=9999999 -v "${PWD}:/local" openapitools/openapi-generator-cli:v7.2.0 \
docker run --rm --env JAVA_OPTS=-DmaxYamlCodePoints=9999999 -v "${PWD}:/local" openapitools/openapi-generator-cli:v7.5.0 \
generate \
--config /local/.openapi-generator/config.yaml \
--input-spec /local/api/openapi.yaml \
Expand Down

0 comments on commit b6bf173

Please sign in to comment.