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 032f019 commit aaa9d8cCopy full SHA for aaa9d8c
.github/workflows/update-tags.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-go@v2
16
with:
17
- go-version: "^1.18"
+ go-version: "^1.19"
18
19
# generate update
20
- name: Pin tags to ${{ github.event.inputs.semver }}
.tool-versions
@@ -1,5 +1,5 @@
1
nodejs 16.7.0
2
yarn 1.22.4
3
shellcheck 0.7.1
4
-golang 1.19.3
+golang 1.19.6
5
python system
0 commit comments