Skip to content

Commit

Permalink
bump Go version:
Browse files Browse the repository at this point in the history
# github.com/sashamelentyev/usestdlibvars/pkg/analyzer/internal/mapping
Error: ../../../go/pkg/mod/github.com/sashamelentyev/[email protected]/pkg/analyzer/internal/mapping/mapping.go:164:7: undefined: time.DateTime
Error: ../../../go/pkg/mod/github.com/sashamelentyev/[email protected]/pkg/analyzer/internal/mapping/mapping.go:165:7: undefined: time.DateOnly
Error: ../../../go/pkg/mod/github.com/sashamelentyev/[email protected]/pkg/analyzer/internal/mapping/mapping.go:166:7: undefined: time.TimeOnly
note: module requires Go 1.20
  • Loading branch information
tarilabs committed Sep 20, 2023
1 parent 8d548c0 commit e5fde8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.19.x'
go-version: '1.20.x'
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A go based server that implements a gRPC interface for [ml_metadata](https://github.com/google/ml-metadata/) library.
It adds other features on top of the functionality offered by the gRPC interface.
## Pre-requisites:
- go >= 1.19
- go >= 1.20
- protoc - [Protocol buffer compiler](https://grpc.io/docs/protoc-installation/).
- go tools - Installed with the following commands:
```
Expand Down

0 comments on commit e5fde8b

Please sign in to comment.