We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73df158 commit 74cd90bCopy full SHA for 74cd90b
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
28
- go: ["1.17", "1.18"]
+ go: ["1.18"]
29
30
steps:
31
- uses: actions/checkout@v3
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v2
21
with:
22
- go-version: 1.17
+ go-version: 1.18
23
- name: Run GoReleaser
24
uses: goreleaser/goreleaser-action@v2
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pinterest/thriftcheck
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
0 commit comments