Skip to content

Commit eedfef3

Browse files
committed
Stop building with go 1.17, just to see if 1.18 works
1 parent 2bc731c commit eedfef3

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/build-macos.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- go-version: '1.17'
18-
go-stable: true
1917
- go-version: '1.18'
2018
go-stable: false
2119
steps:

.github/workflows/linux.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v2
2828
with:
29-
go-version: '1.17'
29+
go-version: '1.18'
3030
- name: Cache Go
3131
uses: actions/cache@v2
3232
with:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Install Go
108108
uses: actions/setup-go@v2
109109
with:
110-
go-version: '1.17'
110+
go-version: '1.18'
111111
- name: Install wasmtime
112112
run: |
113113
curl https://wasmtime.dev/install.sh -sSf | bash
@@ -142,8 +142,6 @@ jobs:
142142
strategy:
143143
matrix:
144144
include:
145-
- go-version: '1.17'
146-
go-stable: true
147145
- go-version: '1.18'
148146
go-stable: false
149147
steps:

.github/workflows/windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- go-version: '1.17'
18-
go-stable: true
1917
- go-version: '1.18'
2018
go-stable: false
2119
steps:

0 commit comments

Comments
 (0)