Skip to content

Commit a867826

Browse files
authored
Merge pull request #83 from mikkeloscar/adjust-ci-and-tag
adjust golang ci version to add release tag
2 parents 1849c3c + fed2328 commit a867826

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-go@v5
14+
- uses: actions/setup-go@v6
1515
with:
16-
go-version: '^1.22'
16+
go-version: '^1.25'
1717
- run: go install github.com/mattn/goveralls@latest
1818
- run: |
1919
make test

0 commit comments

Comments
 (0)