Skip to content

Bump alpine from 3.18.2 to 3.18.3 #38

Bump alpine from 3.18.2 to 3.18.3

Bump alpine from 3.18.2 to 3.18.3 #38

Workflow file for this run

name: test
on:
push:
branches:
- "*"
pull_request:
branches:
- main
env:
GO111MODULE: on
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.19.x
- uses: actions/checkout@v2
- run: make test