File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@master
19
19
- uses : actions/setup-go@v1
20
20
with :
21
- go-version : " 1.17 "
21
+ go-version : " 1.21 "
22
22
- name : Build native
23
23
run : GOARCH=amd64 go build -v ./...
24
24
shell : bash
33
33
- uses : actions/checkout@master
34
34
- uses : actions/setup-go@v1
35
35
with :
36
- go-version : " 1.17 "
36
+ go-version : " 1.21 "
37
37
- name : Run unit tests with coverage
38
38
run : go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
39
39
shell : bash
Original file line number Diff line number Diff line change 1
1
module go.bug.st/relaxed-semver
2
2
3
- go 1.17
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/stretchr/testify v1.7.1
7
- gopkg.in/yaml.v3 v3.0.0
7
+ gopkg.in/yaml.v3 v3.0.1
8
8
)
9
9
10
10
require (
Original file line number Diff line number Diff line change @@ -11,3 +11,5 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8
11
11
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
12
12
gopkg.in/yaml.v3 v3.0.0 h1:hjy8E9ON/egN1tAYqKb61G10WtihqetD4sz2H+8nIeA =
13
13
gopkg.in/yaml.v3 v3.0.0 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
14
+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
15
+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments