Skip to content

Bump Go version in Dockerfile #6

Bump Go version in Dockerfile

Bump Go version in Dockerfile #6

Workflow file for this run

name: Lint
on:
push
jobs:
lint:
name: 📋 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.22'
- name: 🧪 Revive
run: |
go install github.com/mgechev/revive@latest
make lint