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

Fix/dependancies #39

Merged
merged 2 commits into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:
cancel-in-progress: true

jobs:

detect-changes:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
Expand All @@ -28,7 +27,6 @@ jobs:
id: filter
with:
filters: |
dagger-cue: ./**/dagger-cue/**
golangci-lint: ./**/golangci-lint/**
gomarkdoc: ./**/gomarkdoc/**
goreleaser: ./**/goreleaser/**
Expand Down Expand Up @@ -87,7 +85,6 @@ jobs:
strategy:
matrix:
features:
- dagger-cue
- golangci-lint
- gomarkdoc
- goreleaser
Expand Down Expand Up @@ -119,7 +116,6 @@ jobs:
strategy:
matrix:
features:
- dagger-cue
- golangci-lint
- gomarkdoc
- goreleaser
Expand Down
9 changes: 0 additions & 9 deletions src/dagger-cue/NOTES.md

This file was deleted.

33 changes: 0 additions & 33 deletions src/dagger-cue/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions src/dagger-cue/devcontainer-feature.json

This file was deleted.

100 changes: 0 additions & 100 deletions src/dagger-cue/install.sh

This file was deleted.

42 changes: 21 additions & 21 deletions src/gomarkdoc/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "gomarkdoc",
"version": "0.1.0",
"name": "gomarkdoc",
"description":" formats documentation for one or more packages as markdown.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.4.1",
"0.4.0",
"0.3.2"
],
"default": "latest",
"description": "Select or enter a gomarkdoc version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "gomarkdoc",
"version": "0.1.0",
"name": "gomarkdoc",
"description": " formats documentation for one or more packages as markdown.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.4.1",
"0.4.0",
"0.3.2"
],
"default": "latest",
"description": "Select or enter a gomarkdoc version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
46 changes: 23 additions & 23 deletions src/goreleaser/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"id": "goreleaser",
"version": "0.1.1",
"name": "goreleaser",
"description":"Install Goreleaser, to release Go projects as fast and easily as possible!",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.12.3",
"v1.11.2",
"v1.10.3",
"v1.9.2",
"v1.8.3"
],
"default": "latest",
"description": "Select or enter a goreleaser version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "goreleaser",
"version": "0.1.1",
"name": "goreleaser",
"description": "Install Goreleaser, to release Go projects as fast and easily as possible!",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.12.3",
"v1.11.2",
"v1.10.3",
"v1.9.2",
"v1.8.3"
],
"default": "latest",
"description": "Select or enter a goreleaser version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
42 changes: 21 additions & 21 deletions src/gotestsum/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "gotestsum",
"version": "0.1.1",
"name": "gotestsum",
"description":"Install a pretty test runner",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.8.2",
"v1.7.0",
"v1.6.4"
],
"default": "latest",
"description": "Select or enter a gotestsum version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "gotestsum",
"version": "0.1.1",
"name": "gotestsum",
"description": "Install a pretty test runner",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.8.2",
"v1.7.0",
"v1.6.4"
],
"default": "latest",
"description": "Select or enter a gotestsum version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
42 changes: 21 additions & 21 deletions src/mage/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "mage",
"version": "0.1.0",
"name": "mage",
"description":"a Make/rake-like dev tool using Go",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"1.14.0",
"1.13.0",
"1.12.1"
],
"default": "latest",
"description": "Select or enter a mage version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "mage",
"version": "0.1.0",
"name": "mage",
"description": "a Make/rake-like dev tool using Go",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"1.14.0",
"1.13.0",
"1.12.1"
],
"default": "latest",
"description": "Select or enter a mage version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
Loading