Skip to content

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 #222

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 #222

Workflow file for this run

name: Go package
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
GOOS: ['linux']
GOARCH: ['amd64', 'arm64', 'arm']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
env:
GOOS: ${{ matrix.GOOS }}
GOARCH: ${{ matrix.GOARCH }}
CGO_ENABLED: 0
run: go build -trimpath