Skip to content

chore(deps): update alpine docker tag to v3.23 #356

chore(deps): update alpine docker tag to v3.23

chore(deps): update alpine docker tag to v3.23 #356

Workflow file for this run

name: Build and Test
on:
merge_group:
pull_request:
permissions:
contents: read
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
with:
go-version-file: "go.mod"
- name: Build
run: go build ./...
- name: Test
run: go test ./... -race
- name: Lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: latest