From e2ad9788f65ccac78dbe1339a7acafa7905ee338 Mon Sep 17 00:00:00 2001 From: enfein <83481737+enfein@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:11:35 +0000 Subject: [PATCH] Build RelayBaton with go 1.18 --- .github/workflows/debug.yml | 2 +- .github/workflows/release_relaybaton.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 8d22313c..6de0c90a 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -159,7 +159,7 @@ jobs: uses: actions/setup-go@v3 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.16 + go-version: 1.18.10 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run plugin relaybaton diff --git a/.github/workflows/release_relaybaton.yml b/.github/workflows/release_relaybaton.yml index e31298ce..c6aecc96 100644 --- a/.github/workflows/release_relaybaton.yml +++ b/.github/workflows/release_relaybaton.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-go@v3 if: steps.cache.outputs.cache-hit != 'true' with: - go-version: 1.16 + go-version: 1.18.10 - name: Native Build if: steps.cache.outputs.cache-hit != 'true' run: ./run plugin relaybaton @@ -190,4 +190,4 @@ jobs: ${{ secrets.ANDROID_PUBLISHER_CREDENTIALS }}" EOF ./run init action library - ./gradlew :plugin:relaybaton:publishPlayReleaseBundle \ No newline at end of file + ./gradlew :plugin:relaybaton:publishPlayReleaseBundle