Skip to content

Commit

Permalink
Fix build (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jun 10, 2023
1 parent 719fa82 commit cdca9f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.12.17
go-version: '1.12.17'
- name: Git checkout
uses: actions/checkout@v2
with:
Expand All @@ -42,6 +42,7 @@ jobs:
working-directory: gopath/src/github.com/nicksnyder/go-i18n/v2
env:
GOPATH: ${{ github.workspace }}/gopath
GO111MODULE: on
run: |
go get -t ./...
go get ./...
go test -race ./...

0 comments on commit cdca9f2

Please sign in to comment.