Skip to content

chore(deps): update golang:1.24-alpine docker digest to daae04e #66

chore(deps): update golang:1.24-alpine docker digest to daae04e

chore(deps): update golang:1.24-alpine docker digest to daae04e #66

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
with:
go-version-file: go.mod
- name: build
run: make build
- name: test
run: make test
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: latest