Skip to content

Update to Go 1.22 and use Linux 'bookworm' distribution #4

Update to Go 1.22 and use Linux 'bookworm' distribution

Update to Go 1.22 and use Linux 'bookworm' distribution #4

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
- '!main'
defaults:
run:
shell: pwsh
jobs:
build:
name: Build
runs-on: Ubuntu-Latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: ./go.mod