Skip to content

Commit e5370a0

Browse files
authored
Set MacOS and Windows Go versions to 1.19
1 parent 259b942 commit e5370a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
name: Test MacOS
5858
runs-on: macos-latest
5959
steps:
60-
- name: Set up Go 1.18.1
60+
- name: Set up Go 1.19
6161
uses: actions/setup-go@v3
6262
with:
63-
go-version: 1.18.1
63+
go-version: 1.19
6464
id: go
6565

6666
- name: Check out code
@@ -87,10 +87,10 @@ jobs:
8787
name: Test Windows
8888
runs-on: windows-2019
8989
steps:
90-
- name: Set up Go 1.18.1
90+
- name: Set up Go 1.19
9191
uses: actions/setup-go@v3
9292
with:
93-
go-version: 1.18.1
93+
go-version: 1.19
9494
id: go
9595

9696
- name: Check out code

0 commit comments

Comments
 (0)