Skip to content

Commit 4b558e8

Browse files
authored
chore(ci): Fixing CI (#593)
Removing claude code to be able to upgrade to actions/checkout v6
1 parent 1962e01 commit 4b558e8

File tree

3 files changed

+10
-114
lines changed

3 files changed

+10
-114
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ on:
1010
pull_request:
1111

1212
permissions:
13-
# Required: allow read access to the content for analysis.
14-
contents: read
15-
# Optional: allow read access to pull request. Use with `only-new-issues` option.
16-
pull-requests: read
17-
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
18-
checks: write
13+
# Required: allow read access to the content for analysis.
14+
contents: read
15+
# Optional: allow read access to pull request. Use with `only-new-issues` option.
16+
pull-requests: read
17+
# Optional: Allow write access to checks to allow the action to annotate code in the PR.
18+
checks: write
1919

2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:
@@ -26,15 +26,15 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
go: [ '1.25', '1.24' ]
29+
go: ["1.25", "1.24"]
3030
include:
31-
- go: '1.25'
31+
- go: "1.25"
3232
lint: true
33-
33+
3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:
3636
# Checks-out your repository under $GITHUB_WORKSPACE
37-
- uses: actions/checkout@v5.0.1
37+
- uses: actions/checkout@v6.0.1
3838

3939
# Running golangci-lint
4040
- name: Linting

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)