Skip to content

Commit

Permalink
chore: Bump Go version (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Jun 29, 2023
1 parent 45df7f6 commit 335e0fa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/protobuf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'bindings/**'
- 'scip.proto'
- 'buf**'
- '.tool-versions'

jobs:
protoc-gen-up-to-date:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.18.1
golang 1.19.10
nodejs 16.7.0
shellcheck 0.7.1
yarn 1.22.17
Expand Down
12 changes: 6 additions & 6 deletions bindings/go/scip/scip.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/sourcegraph/scip

go 1.18
go 1.19

require (
github.com/bufbuild/buf v1.4.0
Expand Down

0 comments on commit 335e0fa

Please sign in to comment.