Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder authored Jun 10, 2023
1 parent cdca9f2 commit b6d712e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19.3
go-version: stable
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Build
uses: goreleaser/goreleaser-action@v2
with:
Expand All @@ -31,7 +31,7 @@ jobs:
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'pull_request'
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: '1.12.17'
- name: Git checkout
Expand Down

0 comments on commit b6d712e

Please sign in to comment.