Skip to content

Commit 85115b1

Browse files
authored
Update to Go 1.19.6 (#946)
* Update asdf to Go 1.19.6 * Also test against go 1.19.x * fixup
1 parent 37ff66f commit 85115b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
go-test:
88
strategy:
99
matrix:
10-
go-version: [1.18.x]
10+
go-version: [1.18.x,1.19.x]
1111
os: [ubuntu-latest, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
golang 1.19.3
1+
golang 1.19.6
22
shfmt 3.2.0
33
shellcheck 0.7.1

0 commit comments

Comments
 (0)