Skip to content

chore(deps): update golang to 1.22 #258

chore(deps): update golang to 1.22

chore(deps): update golang to 1.22 #258

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Go environment
uses: actions/setup-go@v2
with:
go-version: ^1.20
- name: Test
run: make test
- name: Build all artifacts
run: make build-all