Skip to content

Commit

Permalink
Update Release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClashrAuto authored Jul 22, 2024
1 parent ea15bb2 commit bdbe616
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ jobs:
git checkout $sha
shell: bash

- name: set go
uses: actions/setup-go@v2
with:
go-version: 1.14.2
check-latest: true
# - name: set go
# uses: actions/setup-go@v2
# with:
# go-version: 1.14.2
# check-latest: true

- name: set GO111MODULE
run: |
go help env
go env -w GO111MODULE="on"
go env
shell: bash
# - name: set GO111MODULE
# run: |
# go help env
# go env -w GO111MODULE="on"
# go env
# shell: bash

- name: set node
uses: actions/setup-node@v2
Expand Down

0 comments on commit bdbe616

Please sign in to comment.