Skip to content

Bump immutable from 3.8.2 to 3.8.3 in /wasm #3033

Bump immutable from 3.8.2 to 3.8.3 in /wasm

Bump immutable from 3.8.2 to 3.8.3 in /wasm #3033

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Lint
uses: golangci/golangci-lint-action@v8