Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONPREM-1829] [HACKWEEK] Add initial support for Windows containers #96

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Rename go executor to docker-go
  • Loading branch information
christian-stephen committed Feb 21, 2025
commit 834f6efa0fa121849634335a57a01bb4c676f315
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ orbs:
vuln-scanner: cci-internal/snyk-vuln-scanner@0.9.1

executors:
go:
docker-go:
docker:
- image: cimg/go:1.24
resource_class: circleci-runner/rum-large
@@ -47,7 +47,7 @@ workflows:
- test:
matrix:
parameters:
os: [ go, windows ]
os: [ docker-go, windows ]
- build
- scan:
context: [ org-global ]
@@ -80,7 +80,7 @@ workflows:

jobs:
lint:
executor: go
executor: docker-go
steps:
- setup
- with-go-cache:
@@ -141,7 +141,7 @@ jobs:
- notify_failing_main

build:
executor: go
executor: docker-go
steps:
- setup
- with-go-cache:
@@ -224,7 +224,7 @@ jobs:
oss-acknowledgement-check:
environment:
SNYK_LICENSE_RESULT_FILE: "scan_results.csv"
executor: go
executor: docker-go
steps:
- checkout
- run:
@@ -284,7 +284,7 @@ jobs:


smoke-tests:
executor: go
executor: docker-go
steps:
- checkout
- attach_workspace: