diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f443d616..427dbabb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 with: fetch-depth: 0 - - name: Set up Go 1.25 + - name: Set up Go 1.26 uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.25.x + go-version: 1.26.x check-latest: true cache: false # don't save & restore build caches because golangci-lint action does it internally - name: Get dependencies @@ -39,10 +39,10 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v5 - - name: Set up Go 1.25 + - name: Set up Go 1.26 uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.25.x + go-version: 1.26.x check-latest: true cache: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9e3c3b58..726bff69 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -70,7 +70,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.25.x + go-version: 1.26.x check-latest: true cache: true - name: Run go list diff --git a/go.mod b/go.mod index 91f3468b..befe2321 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module nodemon -go 1.25.0 +go 1.26.0 require ( codnect.io/chrono v1.1.3