Skip to content

Commit

Permalink
Merge pull request #12 from phymbert/hp/downgrade-go
Browse files Browse the repository at this point in the history
Downgrade go to k6 version 1.20
  • Loading branch information
phymbert authored May 16, 2024
2 parents b0032d7 + 24ec96d commit d645915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.20'

- name: Install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.20'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/phymbert/xk6-sse

go 1.21
go 1.20

require (
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204
Expand Down

0 comments on commit d645915

Please sign in to comment.