Skip to content

chore(deps): update all golang and github action dependencies & upgrades to golang 1.23 #258

chore(deps): update all golang and github action dependencies & upgrades to golang 1.23

chore(deps): update all golang and github action dependencies & upgrades to golang 1.23 #258

Workflow file for this run

name: Test & Build
on:
workflow_call:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- uses: golangci/golangci-lint-action@v6
with:
version: latest
args: --timeout=5m
- run: make test