Skip to content

refactor: changed go-version to go-version-file #107

refactor: changed go-version to go-version-file

refactor: changed go-version to go-version-file #107

Workflow file for this run

name: build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: go build