Skip to content

Commit 66a1a06

Browse files
authored
chore(deps): bump dependencies (#95)
Bump to the latest go, update linter and fix permissions.
2 parents cc69e40 + cfad4e5 commit 66a1a06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions:
10+
contents: read
11+
912
concurrency:
1013
group: CI-${{ github.ref }}
1114
cancel-in-progress: true
@@ -36,7 +39,7 @@ jobs:
3639
- name: Lint
3740
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
3841
with:
39-
version: v2.1.6
42+
version: v2.4.0
4043

4144
unit-test:
4245
name: Unit Test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/datolabs-io/go-backstage/v3
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/h2non/gock v1.2.0

0 commit comments

Comments
 (0)