Skip to content

Commit

Permalink
chore: removal of go sample as go client is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Oct 9, 2024
1 parent e5d9249 commit 8ee9759
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 589 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,6 @@ jobs:
run: mvn --batch-mode --update-snapshots package
working-directory: spring

go:
name: Go CI
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Inject C8 client secrets
uses: ./.github/actions/inject-c8-client-secrets/
with:
client-id: ${{ secrets.CLIENT_ID }}
client-secret: ${{ secrets.CLIENT_SECRET }}
cluster-id: ${{ secrets.CLUSTER_ID }}
- name: Build
run: go build -o get-started -v ./...
working-directory: go

nodejs:
name: Node.js CI
runs-on: ubuntu-latest
Expand Down
30 changes: 0 additions & 30 deletions go/Makefile

This file was deleted.

166 changes: 0 additions & 166 deletions go/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions go/go.mod

This file was deleted.

91 changes: 0 additions & 91 deletions go/go.sum

This file was deleted.

Loading

0 comments on commit 8ee9759

Please sign in to comment.