Skip to content

chore(deps): update golang to v1.25.2 (#148) #150

chore(deps): update golang to v1.25.2 (#148)

chore(deps): update golang to v1.25.2 (#148) #150

Workflow file for this run

name: Workflow - Lint, Test and Build Go project
on:
push:
jobs:
go-lint:
uses: vareversat/github-actions/.github/workflows/go.lint.yml@v1.6.4
with:
go_version: '1.22.x'
go-test:
uses: vareversat/github-actions/.github/workflows/go.test.yml@v1.6.4
secrets: inherit
with:
go_version: '1.22.x'
go-build:
needs: [ go-lint, go-test ]
uses: vareversat/github-actions/.github/workflows/go.build.yml@v1.6.4
with:
go_version: '1.22.x'