Skip to content

chore(deps): bump the all group across 1 directory with 2 updates #40

chore(deps): bump the all group across 1 directory with 2 updates

chore(deps): bump the all group across 1 directory with 2 updates #40

Workflow file for this run

# Source: https://github.com/actions/starter-workflows/blob/main/ci/go.yml
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
# Test golangci-lint for go-version define in go.mod
golangci:
runs-on: ubuntu-24.04
steps:
- name: Install harfbuzz
run: sudo apt-get install libharfbuzz-dev
- name: Set PKG_CONFIG_PATH
run: export PKG_CONFIG_PATH=/usr/include/harfbuzz
- name: Install GCC
run: sudo apt-get install gcc
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.0.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae #v6.2.0
with:
version: latest
only-new-issues: true
tests:
runs-on: ubuntu-24.04
steps:
- name: Install harfbuzz
run: sudo apt-get install libharfbuzz-dev
- name: Set PKG_CONFIG_PATH
run: export PKG_CONFIG_PATH=/usr/include/harfbuzz
- name: Install GCC
run: sudo apt-get install gcc
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.0.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a #v5.2.0
with:
go-version-file: go.mod
cache: false
- name: Test
run: go test -v ./...