Skip to content

Commit c960f66

Browse files
committed
more tests
1 parent 0ffa627 commit c960f66

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20'
22+
cache: false
23+
go-version: '1.25'
2324

2425
- name: Build
2526
run: go build -v ./...

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# gocldf
1+
[![Go](https://github.com/cldf/gocldf/actions/workflows/go.yml/badge.svg)](https://github.com/cldf/gocldf/actions/workflows/go.yml)
2+
3+
# gocldf

0 commit comments

Comments
 (0)