Skip to content

Commit

Permalink
Update GitHub actions (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jun 10, 2023
1 parent cdca9f2 commit 381afe6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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,11 +31,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.12.17'
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: gopath/src/github.com/nicksnyder/go-i18n
- name: Build and test
Expand Down

0 comments on commit 381afe6

Please sign in to comment.