Skip to content

Add awscloudwatchmetricstreams encoding to contrib (#883) #14

Add awscloudwatchmetricstreams encoding to contrib (#883)

Add awscloudwatchmetricstreams encoding to contrib (#883) #14

Workflow file for this run

name: CI - Binaries
on:
merge_group:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version: "~1.24"
check-latest: true
- name: Tidy go.mod files
run: go mod tidy
- name: Verify
run: make ci