Skip to content

Commit

Permalink
Update CI-CD
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAubury committed Apr 14, 2024
1 parent e0897a7 commit 1f0766a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.19.3'
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
uses: golangci/golangci-lint-action@v1.0.0
with:
version: latest
test:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.9.3'
- run: go test -v -cover
release:
name: Create Release
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.16.3'
go-version: '1.19.3'
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand Down

0 comments on commit 1f0766a

Please sign in to comment.