We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97023b3 commit 9f09802Copy full SHA for 9f09802
.github/workflows/build.yaml
@@ -11,7 +11,7 @@ jobs:
11
name: Build
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-go@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-go@v4
16
- name: Build
17
run: make build
.github/workflows/release.yaml
@@ -10,8 +10,8 @@ jobs:
10
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - uses: actions/setup-go@v3
- id: get_version
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
- name: Install dependencies
0 commit comments