Skip to content

Commit 76af6c0

Browse files
committed
Updated build CI workflow pipeline installation of Go compiler.
1 parent c45f13d commit 76af6c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/qlbase_build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ on: [push]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
go-version: ['1.20.5']
118

129
steps:
1310
- uses: actions/checkout@v4
14-
- name: Setup Go ${{ matrix.go-version }}
15-
uses: actions/setup-go@v4
11+
12+
- uses: actions/setup-go@v5
1613
with:
17-
go-version: ${{ matrix.go-version }}
14+
go-version: '>=1.17.0'
1815

1916
- name: Go version
2017
run: go version

0 commit comments

Comments
 (0)