Skip to content

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group #532

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group

Bump github.com/emicklei/go-restful/v3 from 3.12.0 to 3.12.1 in the gomod group #532

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- master
tags:
- v*
jobs:
unittest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: go test ./...