Skip to content

chore(deps): update golang to v1.21.6 #3

chore(deps): update golang to v1.21.6

chore(deps): update golang to v1.21.6 #3

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'