Skip to content

Commit 335e0fa

Browse files
chore: Bump Go version (#182)
1 parent 45df7f6 commit 335e0fa

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.github/workflows/protobuf.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'bindings/**'
99
- 'scip.proto'
1010
- 'buf**'
11+
- '.tool-versions'
1112

1213
jobs:
1314
protoc-gen-up-to-date:

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
golang 1.18.1
1+
golang 1.19.10
22
nodejs 16.7.0
33
shellcheck 0.7.1
44
yarn 1.22.17

bindings/go/scip/scip.pb.go

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sourcegraph/scip
22

3-
go 1.18
3+
go 1.19
44

55
require (
66
github.com/bufbuild/buf v1.4.0

0 commit comments

Comments
 (0)