File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
strategy :
8
8
matrix :
9
- go-version : [1.18, 1.19 ]
9
+ go-version : ["1.19", "1.20" ]
10
10
steps :
11
11
- name : Set up Go ${{ matrix.go-version }}
12
12
uses : actions/setup-go@v3
Original file line number Diff line number Diff line change @@ -11,17 +11,13 @@ test:golangci-lint:
11
11
- golangci-lint run -v
12
12
except :
13
13
- tags
14
- - master
15
- tags :
16
- - hc-bladerunner
14
+ - main
17
15
18
16
test:tests :
19
17
stage : test
20
- image : golang:1.18
18
+ image : golang:1.19
21
19
script :
22
20
- go test -v -race ./...
23
21
except :
24
22
- tags
25
- - master
26
- tags :
27
- - hc-bladerunner
23
+ - main
Original file line number Diff line number Diff line change 1
1
module github.com/hetznercloud/hcloud-go
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.5
You can’t perform that action at this time.
0 commit comments