Skip to content

Commit 2b3707e

Browse files
committed
TUN-6717: Update Github action to run with Go 1.19
1 parent 7e760f9 commit 2b3707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
check:
55
strategy:
66
matrix:
7-
go-version: [1.17.x]
7+
go-version: [1.19.x]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)