Skip to content

Bump golang.org/x/text from 0.17.0 to 0.18.0 #71

Bump golang.org/x/text from 0.17.0 to 0.18.0

Bump golang.org/x/text from 0.17.0 to 0.18.0 #71

Workflow file for this run

---
name: golangci-lint
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: true