Skip to content

chore(deps): bump go.temporal.io/api from 1.57.0 to 1.58.0 #2416

chore(deps): bump go.temporal.io/api from 1.57.0 to 1.58.0

chore(deps): bump go.temporal.io/api from 1.57.0 to 1.58.0 #2416

Workflow file for this run

name: Linters
on: [push, pull_request]
jobs:
golangci-lint:
name: Golang-CI (lint)
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>
with:
go-version: stable
- name: Run linter
uses: golangci/golangci-lint-action@v9 # Action page: <https://github.com/golangci/golangci-lint-action>
with:
only-new-issues: false # show only new issues if it's a pull request
args: --timeout=10m --build-tags=safe