File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 4
4
lint :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v3
8
- - uses : actions/setup-go@v4
7
+ - uses : actions/checkout@v4
8
+ - uses : actions/setup-go@v5
9
9
with :
10
- go-version : ' 1.22 '
10
+ go-version : ' 1.23 '
11
11
- name : golangci-lint
12
- uses : golangci/golangci-lint-action@v3
12
+ uses : golangci/golangci-lint-action@v6
13
13
with :
14
14
version : v1.63
15
15
Original file line number Diff line number Diff line change 4
4
test :
5
5
strategy :
6
6
matrix :
7
- go-version : [1.21 .x, 1.22 .x]
7
+ go-version : [1.22 .x, 1.23 .x]
8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Install Go
11
- uses : actions/setup-go@v2
11
+ uses : actions/setup-go@v5
12
12
with :
13
13
go-version : ${{ matrix.go-version }}
14
14
- name : Checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Test
17
17
run : go test ./...
Original file line number Diff line number Diff line change 1
1
module github.com/serverscom/serverscom-go-client
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
5
require (
6
6
github.com/go-resty/resty/v2 v2.16.2
@@ -9,7 +9,7 @@ require (
9
9
10
10
require (
11
11
github.com/google/go-cmp v0.6.0 // indirect
12
- golang.org/x/net v0.33 .0 // indirect
13
- golang.org/x/text v0.21 .0 // indirect
12
+ golang.org/x/net v0.37 .0 // indirect
13
+ golang.org/x/text v0.23 .0 // indirect
14
14
gopkg.in/yaml.v3 v3.0.1 // indirect
15
15
)
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ github.com/onsi/ginkgo/v2 v2.22.1 h1:QW7tbJAUDyVDVOM5dFa7qaybo+CRfR7bemlQUN6Z8aM
12
12
github.com/onsi/ginkgo/v2 v2.22.1 /go.mod h1:S6aTpoRsSq2cZOd+pssHAlKW/Q/jZt6cPrPlnj4a1xM =
13
13
github.com/onsi/gomega v1.36.2 h1:koNYke6TVk6ZmnyHrCXba/T/MoLBXFjeC1PtvYgw0A8 =
14
14
github.com/onsi/gomega v1.36.2 /go.mod h1:DdwyADRjrc825LhMEkD76cHR5+pUnjhUN8GlHlRPHzY =
15
- golang.org/x/net v0.33 .0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I =
16
- golang.org/x/net v0.33 .0 /go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4 =
17
- golang.org/x/sys v0.28 .0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA =
18
- golang.org/x/sys v0.28 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
19
- golang.org/x/text v0.21 .0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo =
20
- golang.org/x/text v0.21 .0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
15
+ golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
16
+ golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
17
+ golang.org/x/sys v0.31 .0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik =
18
+ golang.org/x/sys v0.31 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
19
+ golang.org/x/text v0.23 .0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY =
20
+ golang.org/x/text v0.23 .0 /go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4 =
21
21
golang.org/x/time v0.6.0 h1:eTDhh4ZXt5Qf0augr54TN6suAUudPcawVZeIAPU7D4U =
22
22
golang.org/x/time v0.6.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
23
23
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8 =
You can’t perform that action at this time.
0 commit comments