Skip to content

Commit f6fcc69

Browse files
committed
Semaphore CI: apparently go 1.20 does not support toolchain directive
1 parent cd3f1b6 commit f6fcc69

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.semaphore/semaphore.yml

-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ blocks:
1212
- checkout
1313
- go install gotest.tools/gotestsum@latest
1414
jobs:
15-
- name: Test go 1.20
16-
commands:
17-
- sem-version go 1.20
18-
- gotestsum --junitfile report.xml ./...
1915
- name: Test go 1.21
2016
commands:
2117
- sem-version go 1.21

0 commit comments

Comments
 (0)