Skip to content

Commit c26be96

Browse files
committed
Fixing github actions
1 parent da3a860 commit c26be96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v5
2929

30-
- name: Set up Go 1.25.3
30+
- name: Set up Go 1.25.5
3131
uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.25.4'
33+
go-version: '1.25.5'
3434
cache: false # usem cache manual per controlar directoris
3535

3636
- name: Cache Go modules

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v5
2929

30-
- name: Set up Go 1.25.3
30+
- name: Set up Go 1.25.5
3131
uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.25.4'
33+
go-version: '1.25.5'
3434
cache: false # usem cache manual per controlar directoris
3535

3636
- name: Cache Go modules

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v5
2929

30-
- name: Set up Go 1.25.3
30+
- name: Set up Go 1.25.5
3131
uses: actions/setup-go@v6
3232
with:
33-
go-version: '1.25.4'
33+
go-version: '1.25.5'
3434
cache: false # usem cache manual per controlar directoris
3535

3636
- name: Cache Go modules

0 commit comments

Comments
 (0)