Skip to content

Bump alpine from 3.18 to 3.19 #473

Bump alpine from 3.18 to 3.19

Bump alpine from 3.18 to 3.19 #473

Workflow file for this run

name: Run tests
on:
push:
permissions:
contents: read
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21.4'
cache: true
- name: Run go tests
run: |
go test ./...