Skip to content

chore: Update alpine base image to v3.18.9 (#62) #84

chore: Update alpine base image to v3.18.9 (#62)

chore: Update alpine base image to v3.18.9 (#62) #84

Workflow file for this run

name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.22' ]
name: Go ${{ matrix.go }} sample
steps:
- uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Build
run: make build