Skip to content

Commit a2a901f

Browse files
committed
Read Go version from go.mod in CI
1 parent 0900281 commit a2a901f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-go@v3
2121
with:
22-
go-version: ${{ env.golang-version }}
22+
go-version-file: 'go.mod'
2323
- run: mkdir -p ui/build && touch ui/build/empty
2424
- run: make test
2525
- run: make pyrra

0 commit comments

Comments
 (0)