Skip to content

chore(deps): update go to v1.23.2 #152

chore(deps): update go to v1.23.2

chore(deps): update go to v1.23.2 #152

Workflow file for this run

name: Default workflow
on:
push:
branches-ignore:
- main
jobs:
go-lint:
uses: ./.github/workflows/go.lint.action.yaml
with:
go_version: '1.22.x'
secrets: inherit
go-test:
uses: ./.github/workflows/go.test.action.yaml
with:
go_version: '1.22.x'
secrets: inherit
go-build:
needs: [ go-lint, go-test ]
uses: ./.github/workflows/go.build.action.yaml
secrets: inherit