Skip to content

Commit 5f36f3e

Browse files
committed
Typo fix and remove unsupported branch for go version upgrade matrix
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
1 parent b0f6fa2 commit 5f36f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_golang_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
delete-branch: true
4848
title: "Upgrade the Golang Dependencies"
4949
body: |
50-
This Pull Request updates all the Goland dependencies to their latest version using `go get -u ./...`.
50+
This Pull Request updates all the Golang dependencies to their latest version using `go get -u ./...`.
5151
base: main
5252
labels: |
5353
go

.github/workflows/update_golang_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
strategy:
1717
matrix:
18-
branch: [ main, release-18.0, release-17.0, release-16.0, release-15.0 ]
18+
branch: [ main, release-18.0, release-17.0, release-16.0 ]
1919
name: Update Golang Version
2020
runs-on: ubuntu-latest
2121
steps:

0 commit comments

Comments
 (0)