Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Bump golang.org/x/text from 0.11.0 to 0.14.0 #381

Bump golang.org/x/text from 0.11.0 to 0.14.0

Bump golang.org/x/text from 0.11.0 to 0.14.0 #381

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ~1.20
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true