Skip to content

Commit c018976

Browse files
committed
workflows: fix build workflow
1 parent fa33b83 commit c018976

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ jobs:
3535
- name: Install Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version-file: "./go.mod"
39-
check-latest: true
40-
41-
- run: |
42-
export PATH=${GOROOT}/bin:$PATH
43-
go version
38+
go-version: "1.18"
4439

4540
- name: Compile to ${{ matrix.os-name }}
4641
if: ${{ startsWith(matrix.os-name, 'windows') }}

0 commit comments

Comments
 (0)