Skip to content

Commit

Permalink
necessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail0352 committed Mar 15, 2023
1 parent 04619dc commit b3c14a3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
version: 2.1
# orbs:
# aws-ecr: circleci/[email protected]

jobs:
test:
docker:
- image: circleci/golang:1.12.5
- image: cimg/go:1.17.11 # circleci/golang:1.12.5
environment: GO111MODULE=on
steps:
- checkout
Expand All @@ -27,7 +30,7 @@ jobs:

publish:
docker:
- image: circleci/golang:1.12.5
- image: cimg/go:1.17.11 # circleci/golang:1.12.5
environment: GO111MODULE=on
steps:
- checkout
Expand Down Expand Up @@ -59,11 +62,15 @@ workflows:
primary:
jobs:
- test:
context:
- AWS-COMMON
filters:
branches:
ignore:
- master
- publish:
context:
- AWS-COMMON
filters:
branches:
only:
Expand Down

0 comments on commit b3c14a3

Please sign in to comment.