Skip to content

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#77) #210

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#77)

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#77) #210

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout source
uses: actions/checkout@v4
- name: Build test containers
run: make testprep
- name: Run tests
run: make test