mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-25 14:36:31 +08:00
use setupGo v3
This commit is contained in:
parent
eb43501765
commit
2f0c986177
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildandrelease.yml
vendored
2
.github/workflows/buildandrelease.yml
vendored
|
@ -436,7 +436,7 @@ jobs:
|
|||
echo "PACKAGE_VERSION=${VERSION}" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
- name: Build
|
||||
|
|
Loading…
Add table
Reference in a new issue