Skip to content

Go 1.23

Go 1.23 #23

Workflow file for this run

on: push
env:
GO_VERSION: 1.22
jobs:
Build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- run: go build cmd/main.go