Skip to content

Commit

Permalink
Merge pull request #19 from SafetyCulture/dependabot/go_modules/githu…
Browse files Browse the repository at this point in the history
…b.com/stretchr/testify-1.8.3

[INTG-1601]: Bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • Loading branch information
MickStanciu committed May 19, 2023
2 parents 267f2d1 + 1ac6724 commit 8df6697
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
Unit-Tests:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: '1.20'

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/SafetyCulture/protoc-gen-ratelimit

go 1.17
go 1.20

require (
github.com/golang/protobuf v1.5.3
github.com/pseudomuto/protoc-gen-doc v1.5.1
github.com/pseudomuto/protokit v0.2.1
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.3
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
google.golang.org/protobuf v1.30.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
Loading

0 comments on commit 8df6697

Please sign in to comment.