Skip to content

//Write the Ip address into the settings:login:ipaddr and timeit adde… #66

//Write the Ip address into the settings:login:ipaddr and timeit adde…

//Write the Ip address into the settings:login:ipaddr and timeit adde… #66

Workflow file for this run

name: Go Build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ARCH: [arm, arm64, amd64]
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20' # Use the desired Go version
- name: go build
run: go build -v ./...