Skip to content

Commit

Permalink
💚 remove pinned version
Browse files Browse the repository at this point in the history
  • Loading branch information
segersniels committed Nov 18, 2024
1 parent aef4d16 commit 3b1a048
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand All @@ -27,7 +25,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
working-directory: apps/cli

build:
Expand All @@ -37,8 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/setup-node@v4
with:
node-version: '20.x'
Expand Down

0 comments on commit 3b1a048

Please sign in to comment.