Skip to content

Commit

Permalink
chore: adding go orb
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 1, 2024
1 parent b410cb6 commit cb7b396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ orbs:
redhat-openshift: circleci/[email protected]
gcp-gcr: circleci/[email protected]
helm: circleci/[email protected]
go: circleci/[email protected]
jobs:
etl_db_test:
environment:
Expand Down Expand Up @@ -262,8 +263,9 @@ jobs:
- cas-ggircs
- perl5
lint:
machine:
image: ubuntu-2004:2024.05.1
executor:
name: go/default
tag: "1.22.0"
working_directory: ~/cas-ggircs
steps:
- attach_workspace:
Expand Down
1 change: 0 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ postgres 14.0
nodejs 20.11.1
yarn 1.22.10
python 3.9.2
golang 1.22.0

0 comments on commit cb7b396

Please sign in to comment.