We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49af80 commit 543373dCopy full SHA for 543373d
1 file changed
.github/workflows/tests.yml
@@ -57,7 +57,8 @@ jobs:
57
env:
58
DEFAULT_DATASOURCE: mongodb://127.0.0.1:27017/elemental?replicaSet=rs0
59
SECONDARY_DATASOURCE: mongodb://127.0.0.1:27018/elemental?replicaSet=rs1
60
- GOEXPERIMENT: ${{ matrix.go-version == '1.23' && 'aliastypeparams' || '' }}
+ GOEXPERIMENT: ${{ matrix.go-version == '1.23' && 'aliastypeparams' }}
61
+ GODEBUG: ${{ matrix.go-version == '1.23' && 'gotypesalias=1' }}
62
63
- name: Upload coverage report
64
if: github.event_name == 'pull_request' && github.base_ref == 'main' && matrix.go-version == '1.24' && matrix.mongo-version == '8.0'
0 commit comments