Skip to content

build(deps): bump google.golang.org/grpc from 1.62.0 to 1.63.2 #6

build(deps): bump google.golang.org/grpc from 1.62.0 to 1.63.2

build(deps): bump google.golang.org/grpc from 1.62.0 to 1.63.2 #6

name: Build Gz-Template Package
on:
workflow_dispatch:
release:
types: [released]
push:
branches:
- master
- main
pull_request:
concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest'] #, 'macOS-latest'
go: ['1.19.x', '1.20.x', '1.21.x'] # '1.18.x',
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- name: Export Global Var
run: |
echo "PROJECT_HOME=$PWD" >> $GITHUB_ENV
- name: Checkout Code
uses: actions/checkout@v4
- uses: WillAbides/setup-go-faster@v1.12.0
with:
go-version: ${{ matrix.go }}
- name: Build Gz-Template Package
run: |
# go build -v -race
go build ./...
working-directory: ./