Skip to content

Commit ebcaca1

Browse files
committed
.github: update from 1.18.0-rc1 to 1.18
1 parent 55c22bd commit ebcaca1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- go-version: '1.17'
1818
go-stable: true
19-
- go-version: '1.18.0-rc1'
19+
- go-version: '1.18'
2020
go-stable: false
2121
steps:
2222
- name: Install Go

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
include:
145145
- go-version: '1.17'
146146
go-stable: true
147-
- go-version: '1.18.0-rc1'
147+
- go-version: '1.18'
148148
go-stable: false
149149
steps:
150150
- name: Checkout

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
include:
1717
- go-version: '1.17'
1818
go-stable: true
19-
- go-version: '1.18.0-rc1'
19+
- go-version: '1.18'
2020
go-stable: false
2121
steps:
2222
- name: Install Go

0 commit comments

Comments
 (0)