-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump fortio.org/fortio from 1.66.5 to 1.67.0 in the fortio group (#254)
* Bump fortio.org/fortio from 1.66.5 to 1.67.0 in the fortio group Bumps the fortio group with 1 update: [fortio.org/fortio](https://github.com/fortio/fortio). Updates `fortio.org/fortio` from 1.66.5 to 1.67.0 - [Release notes](https://github.com/fortio/fortio/releases) - [Commits](fortio/fortio@v1.66.5...v1.67.0) --- updated-dependencies: - dependency-name: fortio.org/fortio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: fortio ... Signed-off-by: dependabot[bot] <support@github.com> * somehow this might fix the build - I did go get google.golang.org/genproto@latest but it only changed the go version... * Should _not_ do go mod tidy after go get google.golang.org/genproto@latest --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Demailly <ldemailly@gmail.com>
- Loading branch information
1 parent
e043389
commit 452afc5
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.22.7 | ||
|
||
use ( | ||
. | ||
|