Skip to content

update golang version and packages #44

update golang version and packages

update golang version and packages #44

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: build
run: go build