Skip to content

Commit

Permalink
update gh workflow versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicptr committed Jul 19, 2024
1 parent fb9b96c commit ec982a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
name: CI Tests & Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
- name: Install Dependencies
Expand All @@ -35,7 +35,7 @@ jobs:
git checkout -- go.mod go.sum
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Release
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: latest
Expand Down

0 comments on commit ec982a9

Please sign in to comment.