Skip to content

chore(deps): update golang to v1.22.0 #9

chore(deps): update golang to v1.22.0

chore(deps): update golang to v1.22.0 #9

Workflow file for this run

name: Workflow - Default push
on:
push:
branches-ignore:
- main
- dev
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.21.x'
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.21.x'