Skip to content

Commit

Permalink
ci: update go version and java version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares committed Oct 25, 2024
1 parent 6f3a2e3 commit 3b859d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
pull-requests: read

env:
GO_VERSION: 1.18
GO_VERSION: 1.23

jobs:
lint:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
KO_DOCKER_REPO: index.docker.io/blipai
GO_VERSION: 1.18
GO_VERSION: 1.23
DOTNET_VERSION: 6.0.x

jobs:
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:

- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
java-version: '21'
distribution: 'temurin'

- name: Copy .proto
run: mkdir -p java/src/main/proto && cp -r proto java/src/main/proto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
GO_VERSION: 1.18
GO_VERSION: 1.23

permissions:
checks: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_engine_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

env:
GO_VERSION: 1.18
GO_VERSION: 1.23

permissions:
checks: write
Expand Down

0 comments on commit 3b859d2

Please sign in to comment.