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

Commit 3398d34

Browse files
committed
Update pipeline images
1 parent 3d4f4b2 commit 3398d34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
lint:
44
docker:
5-
- image: golangci/golangci-lint:v1.41.1-alpine
5+
- image: golangci/golangci-lint:v1.50.1-alpine
66
steps:
77
- checkout
88
- restore_cache:
@@ -30,13 +30,13 @@ jobs:
3030
arch:
3131
type: string
3232
docker:
33-
- image: circleci/golang:1.14
33+
- image: circleci/golang:1.17
3434
steps:
3535
- checkout
3636
- run: GOOS=<< parameters.os >> GOARCH=<< parameters.arch >> go build ./cmd/secrethub
3737
test:
3838
docker:
39-
- image: circleci/golang:1.14
39+
- image: circleci/golang:1.17
4040
steps:
4141
- checkout
4242
- restore_cache:

0 commit comments

Comments
 (0)