Skip to content

Commit

Permalink
Update release-draft.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
szeort authored Feb 20, 2025
1 parent 99ef4cf commit ba5b4ee
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ env:
jobs:
build:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ '1.22.x' ]

permissions:
contents: write
Expand All @@ -26,12 +23,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}


- name: golangci-lint
uses: golangci/[email protected]
with:
Expand Down

0 comments on commit ba5b4ee

Please sign in to comment.