Skip to content

Commit e47529a

Browse files
committed
Bump Go version to v1.18
1 parent eca77c8 commit e47529a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/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@v1
1414
with:
15-
go-version: '1.14.x'
15+
go-version: '1.18.x'
1616
- name: Run GoReleaser
1717
uses: goreleaser/goreleaser-action@v1
1818
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v1
1818
with:
19-
go-version: '1.14.x'
19+
go-version: '1.18.x'
2020
- name: Checkout
2121
uses: actions/checkout@v2
2222
- name: Test

0 commit comments

Comments
 (0)