Skip to content

Commit 11d6a3b

Browse files
authored
chore: remove unused GO111MODULE from the tests (#1382)
Since Go 1.16 this variable defaults to "on" and we don't support anything below 1.18 in our test suite, so this is effectively a no-op.
1 parent 8c0da32 commit 11d6a3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
go-version: ${{ matrix.go }}
2727
- name: run test
2828
run: go test -v -race ./...
29-
env:
30-
GO111MODULE: on
3129
lint:
3230
runs-on: ubuntu-22.04
3331
name: lint

0 commit comments

Comments
 (0)