Skip to content

Commit 74cd90b

Browse files
authored
Move completely to Go 1.18 (#45)
1 parent 73df158 commit 74cd90b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
go: ["1.17", "1.18"]
28+
go: ["1.18"]
2929

3030
steps:
3131
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.17
22+
go-version: 1.18
2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v2
2525
with:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pinterest/thriftcheck
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964

0 commit comments

Comments
 (0)