Skip to content

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2 #1081

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2

chore(deps): updated module github.com/pelletier/go-toml from v1.9.5 to v2 #1081

name: Test Pull Request
on:
pull_request:
branches:
- main
- v*
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Run Unit Tests
run: ./scripts/unit.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-24.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: event-payload
path: ${{ github.event_path }}