Skip to content

Bump go.atomizer.io/stream from 1.0.7 to 1.1.0 #167

Bump go.atomizer.io/stream from 1.0.7 to 1.1.0

Bump go.atomizer.io/stream from 1.0.7 to 1.1.0 #167

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
cache: true
go-version: 1.20.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3