Skip to content

Bump alpine from 3.18.2 to 3.18.3 #124

Bump alpine from 3.18.2 to 3.18.3

Bump alpine from 3.18.2 to 3.18.3 #124

Workflow file for this run

name: Pull Requests Checks
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Go 1.19
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Get dependencies
run: go mod download
- name: Test
run: go test ./...