update-deps #1

Merged
rrise merged 7 commits from update-deps into master 2025-08-26 16:36:19 +00:00
Showing only changes of commit fec30f3174 - Show all commits

View File

@@ -3,23 +3,24 @@ on:
branches:
- "*"
name: Lint Code Base
name: 🚨 Lint Code Base
run-name: ${{ github.workflow }}-{{ github.ref_name }}-{{ github.run_number }}
jobs:
golangci-lint:
name: golangci-lint
name: 🧹 golangci-lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: 📥 Checkout code
uses: actions/checkout@v3
- name: Set up Go
- name: 🛠️ Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.24.6'
- uses: golangci/golangci-lint-action@v8
- name: 🧪 Run Linter
uses: golangci/golangci-lint-action@v2.4.0
with:
version: v2.4.1
args: --timeout=5m