Skip to content

chore(deps): update golang docker tag to v1.23 (#3228) #2730

chore(deps): update golang docker tag to v1.23 (#3228)

chore(deps): update golang docker tag to v1.23 (#3228) #2730

Workflow file for this run

name: Snifftest
on:
push:
tags:
- v*
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
Snifftest:
name: Run Snifftest
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- uses: actions/checkout@v4
- name: Run Snifftest
run: make snifftest