Skip to content

Bump library/alpine from 3.18.3 to 3.18.4 #150

Bump library/alpine from 3.18.3 to 3.18.4

Bump library/alpine from 3.18.3 to 3.18.4 #150

Workflow file for this run

name: ci-build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: true
- run: |
go mod download
- uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5000s --verbose
skip-cache: true
- run: |
go build -v .