From b3f15f197409a23613f1fd1d2096e9c53ed43bcf Mon Sep 17 00:00:00 2001 From: mauvaisj2013 <99113309+mauvaisj2013@users.noreply.github.com> Date: Sat, 7 Jan 2023 13:11:34 -0500 Subject: [PATCH 1/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6845aa00..13cbf338 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: build: # Variable expansion in working_directory not supported at this time # You will need to modify the code below to reflect your github account/repo setup - working_directory: /go/src/github.com/Securing-DevOps/invoicer-chapter2 + working_directory: /go/src/github.com/mauvaisj2013/invoicer-chapter2 docker: - image: circleci/golang:1.10 steps: From 6d6ecb534c80730f8609aa1180c40792e70dfa68 Mon Sep 17 00:00:00 2001 From: mauvaisj2013 <99113309+mauvaisj2013@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:08:05 -0500 Subject: [PATCH 2/2] initial circleci conf --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 13cbf338..a120febc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,4 @@ -version: 2 +version: 3 jobs: build: # Variable expansion in working_directory not supported at this time