Skip to content

Bump alpine from 3.18.4 to 3.18.5 #180

Bump alpine from 3.18.4 to 3.18.5

Bump alpine from 3.18.4 to 3.18.5 #180

Workflow file for this run

name: Test (master)
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: [ '1.21' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go_version }}
- name: Run tests
shell: script -q -e -c "bash {0}"
run: |
export TERM=xterm
go test -v -cover -tags=ci ./...