Skip to content

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2 #55

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2 #55

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.21'
- 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