Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 20, 2024
1 parent d8dc579 commit 83ec89e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
RELEASE_URL: ${{ steps.releaseUrl.outputs.RELEASE_URL }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.19.9'

- name: Go Linter
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.48.0
args: '--deadline 10m'
Expand Down Expand Up @@ -86,10 +86,10 @@ jobs:
arch: 'arm64'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.19.9'

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
needs: 'build'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup git credentials
uses: oleksiyrudenko/gha-git-credentials@v2.1.1
Expand Down

0 comments on commit 83ec89e

Please sign in to comment.