Skip to content

Commit

Permalink
all: bump to Go-1.17
Browse files Browse the repository at this point in the history
`x/[email protected]` uses syntax (the `//go:build tag`) that depends on Go-1.17.

Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Nov 24, 2023
1 parent 7bc7213 commit 8cfcdd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17
- name: Get dependencies
run: go get -v -t -d ./...
- name: Run tests and generate coverage report
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/nlpodyssey/gopickle

go 1.15
go 1.17

require golang.org/x/text v0.14.0

0 comments on commit 8cfcdd2

Please sign in to comment.