Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 928f388

Browse files
committed
Use regular golang image for build verification
1 parent 4738931 commit 928f388

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
arch:
1414
type: string
1515
docker:
16-
- image: golangci/golangci-lint:v1.23.8-alpine
16+
- image: circleci/golang:1.13
1717
steps:
1818
- checkout
1919
- run: GOOS=<< parameters.os >> GOARCH=<< parameters.arch >> go build ./cmd/secrethub
@@ -45,6 +45,7 @@ workflows:
4545
- verify-build:
4646
matrix:
4747
parameters:
48+
os: ["darwin", "linux", "windows"]
4849
arch: ["amd64", "386"]
4950
os: ["darwin", "linux", "windows"]
5051
exclude:

0 commit comments

Comments
 (0)