Skip to content

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/firehose to v1.36.0 #535

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/firehose to v1.36.0

chore(deps): update module github.com/aws/aws-sdk-go-v2/service/firehose to v1.36.0 #535

Workflow file for this run

---
name: Verify
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
env:
GO111MODULE: "on"
jobs:
conform:
runs-on: ubuntu-latest
name: Conform
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: siderolabs/conform@6380738b7fdfc68b208ce0674c4ac1ba314ba600 # v0.1.0-alpha.27
with:
token: ${{ secrets.GITHUB_TOKEN }}
build:
runs-on: ubuntu-latest
name: Build Plugin
strategy:
max-parallel: 4
matrix:
go-version: [ 1.23.x ]
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: '${{ matrix.go-version }}'
- run: |
make build
lint:
runs-on: ubuntu-latest
name: Lint Plugin
strategy:
max-parallel: 4
matrix:
go-version: [ 1.23.x ]
golangci-lint-version: [v1.60.3]
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: '${{ matrix.go-version }}'
- uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
with:
version: '${{ matrix.golangci-lint-version }}'
args: -c .golangci.yml
skip-cache: true
skip-save-cache: true
tests:
runs-on: ubuntu-latest
name: Run Tests
strategy:
matrix:
go-version: [ 1.23.x ]
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
with:
go-version: '${{ matrix.go-version }}'
- run: |
make test
- uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1
with:
path-to-profile: coverage.out