Skip to content

fix: use and pin alpine in Containerfile, add compose.yaml #13

fix: use and pin alpine in Containerfile, add compose.yaml

fix: use and pin alpine in Containerfile, add compose.yaml #13

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
golang:
name: Golang
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
container:
name: Containerfile
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile