Skip to content

Commit

Permalink
go mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Sep 19, 2024
1 parent 09c3225 commit 769b16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gocover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
go: [1.16, 1.17]
go: [1.23]
steps:
- uses: actions/checkout@v2

Expand All @@ -33,7 +33,7 @@ jobs:
- name: Go Coverage Badge
uses: tj-actions/coverage-badge-go@v1
if: ${{ runner.os == 'Linux' && matrix.go == '1.17' }} # Runs this on only one of the ci builds.
if: ${{ runner.os == 'Linux' && matrix.go == '1.23' }} # Runs this on only one of the ci builds.
with:
green: 80
filename: coverage.out
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/keilerkonzept/topk

go 1.23.0
go 1.23

require (
github.com/OneOfOne/xxhash v1.2.8
Expand Down

0 comments on commit 769b16c

Please sign in to comment.