Skip to content

Commit

Permalink
Merge pull request #116 from k1LoW/oldstable
Browse files Browse the repository at this point in the history
Set oldstable
  • Loading branch information
k1LoW authored Aug 14, 2024
2 parents c6cd028 + 72570be commit c8259c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
go-version-file: go.mod

- name: Check oldstable
uses: k1LoW/oldstable@v1

- name: Install Protoc
uses: arduino/setup-protoc@v3

Expand All @@ -31,6 +34,7 @@ jobs:
uses: reviewdog/action-golangci-lint@v2
with:
fail_on_error: true
go_version_file: go.mod
golangci_lint_flags: --timeout=5m

- name: Run tests
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/k1LoW/grpcstub

go 1.22.5
go 1.22.6

require (
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.34.2-20240717164558-a6c49f84cc0f.2
Expand Down

0 comments on commit c8259c6

Please sign in to comment.