Skip to content

Commit

Permalink
Update GHAs used in build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bennythejudge authored Feb 19, 2025
1 parent e4e2820 commit b8d46eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v1
uses: actions/setup-go@v5.3.0
with:
go-version: 1.13
go-version: 1.23.6
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2
- name: Run unit tests
run: make tests
- name: Upload code coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v5.3.1
with:
file: ./coverage.txt
- name: Dry-run release snapshot
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6.2.1
with:
version: v0.148.0
args: release --snapshot --skip-publish --rm-dist
version: '~> v2'
args: release --snapshot --skip publish --clean

0 comments on commit b8d46eb

Please sign in to comment.