Skip to content

Commit f7c20b6

Browse files
Update go.yml
1 parent 15236ea commit f7c20b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313

1414
build:
1515
runs-on: ubuntu-latest
16-
steps:
16+
steps:
1717
- uses: actions/checkout@v3
1818
- name: Setup Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20.x'
21+
go-version: '1.16.x'
2222
- name: Install dependencies
2323
run: |
2424
go get -u github.com/spf13/cobra/cobra
25+

0 commit comments

Comments
 (0)