Skip to content

Commit 1be01c6

Browse files
authored
Merge pull request #1 from lukasmalkmus/patch-1
Update ci.yml
2 parents 4ded28b + 4a64807 commit 1be01c6

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: "1.17"
20-
- run: |
21-
go install golang.org/dl/go1.18beta2@latest
22-
go1.18beta2 download
23-
- run: go1.18beta2 test -v ./...
19+
go-version: v1.18.0-beta2
20+
stable: false
21+
- run: go test -v ./...

0 commit comments

Comments
 (0)