Skip to content

Commit 60c0273

Browse files
committed
Only run on stable go
1 parent 36ec1a9 commit 60c0273

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/go.yml

-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
go-version:
2121
# Check the earliest and two trailing versions, to keep
2222
# maintainance of this file reasonable.
23-
- 1.19
24-
- oldstable
2523
- stable
2624
include:
2725
- os: linux
@@ -41,9 +39,6 @@ jobs:
4139
run: echo "GOPATH=$(go env GOPATH)" >>"$GITHUB_ENV"
4240

4341
- name: Build
44-
env:
45-
CC: clang
46-
CXX: clang++
4742
run: |
4843
go build -v ./browser/...
4944
go test -v ./browser/...

0 commit comments

Comments
 (0)