Skip to content

build(deps): bump go.k6.io/k6 from 0.51.1-0.20240610082146-1f01a9bc2365 to 0.53.0 #38

build(deps): bump go.k6.io/k6 from 0.51.1-0.20240610082146-1f01a9bc2365 to 0.53.0

build(deps): bump go.k6.io/k6 from 0.51.1-0.20240610082146-1f01a9bc2365 to 0.53.0 #38

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Install xk6
run: go install go.k6.io/xk6/cmd/xk6@latest
- name: Go tests
run: go test -race ./...
- name: Test from source
run: ./tests.sh