Skip to content

Upgrade Golang to 1.22 and all dependencies to their latest state #43

Upgrade Golang to 1.22 and all dependencies to their latest state

Upgrade Golang to 1.22 and all dependencies to their latest state #43

Workflow file for this run

name: pr-build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test