Skip to content

Commit cdca9f2

Browse files
authored
Fix build (#299)
1 parent 719fa82 commit cdca9f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Go
3434
uses: actions/setup-go@v2
3535
with:
36-
go-version: 1.12.17
36+
go-version: '1.12.17'
3737
- name: Git checkout
3838
uses: actions/checkout@v2
3939
with:
@@ -42,6 +42,7 @@ jobs:
4242
working-directory: gopath/src/github.com/nicksnyder/go-i18n/v2
4343
env:
4444
GOPATH: ${{ github.workspace }}/gopath
45+
GO111MODULE: on
4546
run: |
46-
go get -t ./...
47+
go get ./...
4748
go test -race ./...

0 commit comments

Comments
 (0)