Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 5716e72

Browse files
committed
Renabled the goproxy for the CI
1 parent d50ae15 commit 5716e72

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/all.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,17 @@ jobs:
3030
3131
export CGO_ENABLED=0
3232
33-
# Temporary hack to ignore the v0.33.0 tag change
34-
export GONOSUMDB="go.k6.io/k6"
3533
go install go.k6.io/xk6/cmd/xk6@master
3634
37-
GOPROXY="direct" xk6 build \
35+
GOPRIVATE="go.k6.io/k6" xk6 build \
3836
--output ./k6ext \
3937
--with github.com/grafana/xk6-output-prometheus-remote="."
4038
./k6ext version
4139
4240
lint:
4341
runs-on: ubuntu-latest
4442
env:
45-
GOLANG_CI_VERSION: "1.39.0"
43+
GOLANG_CI_VERSION: "1.43.0"
4644
GO111MODULE: 'on'
4745
steps:
4846
- name: Checkout code

0 commit comments

Comments
 (0)