Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 112dbba

Browse filesBrowse files
authored
update workflow to use updated version of go (#454)
Signed-off-by: pxp928 <parth.psu@gmail.com>
1 parent 9d96129 commit 112dbba
Copy full SHA for 112dbba

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/make-protos.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/make-protos.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Go
2828
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
2929
with:
30-
go-version: 1.20.x
30+
go-version: 1.22.x
3131
- name: setup env
3232
run: |
3333
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
Collapse file

‎.github/workflows/run-go-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/run-go-tests.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b
2424
with:
25-
go-version: 1.20.x
25+
go-version: 1.22.x
2626
- name: Format
2727
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
2828
- name: Setup Env

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.