Skip to content

Commit

Permalink
Typo fix and remove unsupported branch for go version upgrade matrix (v…
Browse files Browse the repository at this point in the history
…itessio#14896)

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui authored Jan 5, 2024
1 parent b37a802 commit ce203d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_golang_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
delete-branch: true
title: "Upgrade the Golang Dependencies"
body: |
This Pull Request updates all the Goland dependencies to their latest version using `go get -u ./...`.
This Pull Request updates all the Golang dependencies to their latest version using `go get -u ./...`.
base: main
labels: |
go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_golang_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pull-requests: write
strategy:
matrix:
branch: [ main, release-18.0, release-17.0, release-16.0, release-15.0 ]
branch: [ main, release-18.0, release-17.0, release-16.0 ]
name: Update Golang Version
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ce203d2

Please sign in to comment.