Skip to content

chore: update github pipelines to go 1.23 & alpine to 3.20 #38

chore: update github pipelines to go 1.23 & alpine to 3.20

chore: update github pipelines to go 1.23 & alpine to 3.20 #38

Workflow file for this run

name: 📋 Test
on:
push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v3
- name: 📦 Install Go
uses: actions/setup-go@v3
with:
go-version: '1.23.1'
- name: 📋 Lint
run: go test ./...