Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

refactor: update golang version #59

refactor: update golang version

refactor: update golang version #59

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
name: Run build
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: Build
run: go build .