We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105761d commit be812d7Copy full SHA for be812d7
.github/workflows/gh-pages.yml
@@ -16,9 +16,9 @@ jobs:
16
path: ${{env.WORKING_PATH}}
17
18
- name: Install Go
19
- uses: actions/setup-go@v2-beta
+ uses: actions/setup-go@v2
20
with:
21
- go-version: 1.14.x
+ go-version: 1.16.x
22
23
- name: Setup Hugo
24
uses: peaceiris/actions-hugo@v2
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set GO_LDFLAGS
run: |
- echo ::set-env name=GO_LDFLAGS::$(make goldflags)
+ echo "GO_LDFLAGS=$(make goldflags)" >> $GITHUB_ENV
- name: Release binaries
uses: mcuadros/go-release-action@master
0 commit comments