Skip to content

RHOAIENG-66025: Update aiohttp to 3.14.1 in th06 universal training images #168

RHOAIENG-66025: Update aiohttp to 3.14.1 in th06 universal training images

RHOAIENG-66025: Update aiohttp to 3.14.1 in th06 universal training images #168

Workflow file for this run

name: Go vet
on:
push:
branches:
- main
paths:
- '**.go'
- '**go.mod'
- '**go.sum'
pull_request:
paths:
- '**.go'
- '**go.mod'
- '**go.sum'
jobs:
build:
name: Go vet
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: './go.mod'
- name: Vet
run: go vet ./...