Skip to content

Commit 9d189c5

Browse files
authored
build: Bump required Go version to 1.14 (#84)
1 parent e655e4e commit 9d189c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-master.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
- name: Checkout code
4141
uses: actions/checkout@v2
4242

43+
- name: Set up Go
44+
uses: actions/setup-go@v2
45+
with:
46+
go-version: ^1.14
47+
4348
- name: Build project
4449
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o terraform-provider-sysdig
4550

0 commit comments

Comments
 (0)