Skip to content

add priority cache, improve reqCtx interface, add option to disable p… #11

add priority cache, improve reqCtx interface, add option to disable p…

add priority cache, improve reqCtx interface, add option to disable p… #11

Workflow file for this run

# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: DGate Release
on:
push:
tags: [ "v*" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: GoReleaser
uses: goreleaser/[email protected]
env:
GITHUB_TOKEN: ${{ github.token }}
with:
distribution: goreleaser
version: latest
args: release