Skip to content

CHORE: github.com/code-gorilla-au/odize from 1.3.4 to 1.3.5 in the prod group #16

CHORE: github.com/code-gorilla-au/odize from 1.3.4 to 1.3.5 in the prod group

CHORE: github.com/code-gorilla-au/odize from 1.3.4 to 1.3.5 in the prod group #16

Workflow file for this run

---
name: Pull request pipeline.
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
scans:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
golang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup golang ${{ env.GOLANG_VERSION }}
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: install tools
run: make install-ci
- name: test + lint + scan
run: make ci