update version

This commit is contained in:
arm64v8a 2022-10-30 19:26:43 +09:00
parent 55ac2df9c1
commit aec0ec11b4
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: artifacts.tgz path: artifacts.tgz
key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status') }} key: CommonCache-${{ matrix.cross_os }}-${{ matrix.cross_arch }}-${{ hashFiles('libs/*.sh', 'go_status', '*.txt') }}
- name: Install Golang - name: Install Golang
if: steps.cache-common.outputs.cache-hit != 'true' if: steps.cache-common.outputs.cache-hit != 'true'
uses: actions/setup-go@v3 uses: actions/setup-go@v3

View File

@ -1 +1 @@
2.1-2022-10-22 2.2-2022-10-30