Skip to content

Commit

Permalink
Merge pull request #4 from domsolutions/fix-k6-upgrade
Browse files Browse the repository at this point in the history
k6 upgrade requires go1.20
  • Loading branch information
domsolutions authored Jan 29, 2024
2 parents bc213f4 + 3346fe9 commit 6cabd15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.20'

- name: Go vet
run: go vet ./...
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ export default function () {
## Install
Requires Go >= 1.20
1. Install xk6:
```shell
go install go.k6.io/xk6/cmd/xk6@latest
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/domsolutions/xk6-fasthttp

go 1.19
go 1.20

require (
github.com/dop251/goja v0.0.0-20231027120936-b396bb4c349d
Expand Down

0 comments on commit 6cabd15

Please sign in to comment.