We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ffa627 commit c960f66Copy full SHA for c960f66
2 files changed
.github/workflows/go.yml
@@ -19,7 +19,8 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ cache: false
23
+ go-version: '1.25'
24
25
- name: Build
26
run: go build -v ./...
README.md
@@ -1 +1,3 @@
1
-# gocldf
+[](https://github.com/cldf/gocldf/actions/workflows/go.yml)
2
+
3
+# gocldf
0 commit comments