Skip to content

Commit aaa9d8c

Browse files
authored
Update asdf to Go 1.19.6 (#908)
1 parent 032f019 commit aaa9d8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.18"
17+
go-version: "^1.19"
1818

1919
# generate update
2020
- name: Pin tags to ${{ github.event.inputs.semver }}

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nodejs 16.7.0
22
yarn 1.22.4
33
shellcheck 0.7.1
4-
golang 1.19.3
4+
golang 1.19.6
55
python system

0 commit comments

Comments
 (0)