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 856dd56 commit d0e0dafCopy full SHA for d0e0daf
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
- uses: actions/setup-go@v3
15
with:
16
- go-version: "1.17"
+ go-version: "1.19.1"
17
18
- name: Cache Go modules
19
uses: actions/cache@v3
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
- go-version: "1.17.7"
- name: Set tag in environment
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV # extracts the tag name from refs/tags/v1.2.3
0 commit comments