Skip to content

Commit 87d621f

Browse files
committed
chore: Update CI Go version to 1.19
Signed-off-by: zu1k <i@zu1k.com>
1 parent 8307d14 commit 87d621f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: '^1.18'
15+
go-version: '^1.19'
1616

1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v3

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Go
1010
uses: actions/setup-go@v3
1111
with:
12-
go-version: '^1.18'
12+
go-version: '^1.19'
1313
- name: Check out code into the Go module directory
1414
uses: actions/checkout@v3
1515
- name: Cache go module

0 commit comments

Comments
 (0)