Skip to content

fix(deps): update module github.com/google/uuid to v1.3.1 - autoclosed #718

fix(deps): update module github.com/google/uuid to v1.3.1 - autoclosed

fix(deps): update module github.com/google/uuid to v1.3.1 - autoclosed #718

Workflow file for this run

# Run special builds that should be supported
name: Builds
on:
pull_request:
workflow_dispatch:
jobs:
builds:
strategy:
fail-fast: false
matrix:
include:
# required by coap-gateway-go1-18 in https://github.com/plgd-dev/hub/blob/main/.github/workflows/publishDockerImagesGhcr.yml
- name: go1.18
go-version: "~1.18"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version || '^1.18' }}
check-latest: true
- run: |
go version
go build ./coap-gateway/cmd/service