Skip to content

Commit

Permalink
chore(release): upgrade server to v0.20.0-rc2 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jul 10, 2023
1 parent f9031da commit b384dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/buildkite/yaml v0.0.0-20230306222819-0e4e032d4835
github.com/coreos/go-semver v0.3.1
github.com/gin-gonic/gin v1.9.1
github.com/go-vela/server v0.20.0-rc1
github.com/go-vela/server v0.20.0-rc2
github.com/go-vela/types v0.20.0-rc1
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/go-cmp v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
github.com/go-playground/validator/v10 v10.14.0 h1:vgvQWe3XCz3gIeFDm/HnTIbj6UGmg/+t63MyGU2n5js=
github.com/go-playground/validator/v10 v10.14.0/go.mod h1:9iXMNT7sEkjXb0I+enO7QXmzG6QCsPWY4zveKFVRSyU=
github.com/go-vela/server v0.20.0-rc1 h1:WgjaXZlT0O32SMm5N14BUPXz2psYJUUtHXIu3aZTYzQ=
github.com/go-vela/server v0.20.0-rc1/go.mod h1:d5aTrrZGyiPZke1dxa/29FwravFEZ4CGhxp5ND9SGxw=
github.com/go-vela/server v0.20.0-rc2 h1:GYVj60MuVFVSQzPkotvNaCXk+tjCiO3QHv7znV/+Tj0=
github.com/go-vela/server v0.20.0-rc2/go.mod h1:d5aTrrZGyiPZke1dxa/29FwravFEZ4CGhxp5ND9SGxw=
github.com/go-vela/types v0.20.0-rc1 h1:t4tz9YjExtrFMFTq6w+0xWens8b0UPC1kcI642Ta3yc=
github.com/go-vela/types v0.20.0-rc1/go.mod h1:1ZSmKWX9MamKogwaIb53mzzRpZMV34mJFKiGfVFadFk=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down

0 comments on commit b384dba

Please sign in to comment.