We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d007466 commit c4f0a84Copy full SHA for c4f0a84
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@master
19
- uses: actions/setup-go@v1
20
with:
21
- go-version: "1.21"
+ go-version: "1.24"
22
- name: Build native
23
run: GOARCH=amd64 go build -v ./...
24
shell: bash
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
- name: Run unit tests with coverage
38
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
39
go.mod
@@ -1,6 +1,6 @@
1
module go.bug.st/relaxed-semver
2
3
-go 1.21
+go 1.24
4
5
require (
6
github.com/stretchr/testify v1.8.4
0 commit comments