diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 90695a0..c047805 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go 1.25.3 uses: actions/setup-go@v6 with: - go-version: '1.25.3' + go-version: '1.25.4' cache: false # usem cache manual per controlar directoris - name: Cache Go modules diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 1ae4439..0c874d6 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go 1.25.3 uses: actions/setup-go@v6 with: - go-version: '1.25.3' + go-version: '1.25.4' cache: false # usem cache manual per controlar directoris - name: Cache Go modules diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f5b68bd..dfbc623 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Go 1.25.3 uses: actions/setup-go@v6 with: - go-version: '1.25.3' + go-version: '1.25.4' cache: false # usem cache manual per controlar directoris - name: Cache Go modules