Skip to content

Commit

Permalink
Move completely to Go 1.18 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise authored Mar 23, 2022
1 parent 73df158 commit 74cd90b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.17", "1.18"]
go: ["1.18"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/pinterest/thriftcheck

go 1.17
go 1.18

require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
Expand Down

0 comments on commit 74cd90b

Please sign in to comment.