Skip to content

Commit

Permalink
rm go stable workflow, update java to point to newly staged repo
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 14, 2024
1 parent 47e0710 commit 320550d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20', 'stable' ]
go: [ '1.16', '1.17', '1.18', '1.19', '1.20' ]

steps:
- uses: actions/checkout@v3
Expand All @@ -74,7 +74,6 @@ jobs:
run: go build

- name: Test
continue-on-error: true
run: go test -v -access_key ${{secrets.PV_VALID_ACCESS_KEY}}

build-self-hosted:
Expand Down
2 changes: 1 addition & 1 deletion demo/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
repositories {
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1331/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1332/'
}
}

Expand Down

0 comments on commit 320550d

Please sign in to comment.