Codebase list golang-github-hetznercloud-hcloud-go / 9d270e1
Test on Go 1.15 (#146) Lukas Kämmerling authored 3 years ago GitHub committed 3 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
55 runs-on: ubuntu-latest
66 strategy:
77 matrix:
8 go-version: [1.12, 1.13, 1.14]
8 go-version: [1.12, 1.13, 1.14, 1.15]
99 steps:
1010 - name: Set up Go ${{ matrix.go-version }}
11 uses: actions/setup-go@v1
11 uses: actions/setup-go@v2
1212 with:
1313 go-version: ${{ matrix.go-version }}
1414 - name: Check out code into the Go module directory
00 module github.com/hetznercloud/hcloud-go
11
2 go 1.14
2 go 1.15
33
44 require github.com/google/go-cmp v0.5.0