diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d262a1b..46b3699 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.26.1 + go-version: 1.26.2 - name: Build run: make build - name: FMT @@ -37,7 +37,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: - go-version: 1.26.1 + go-version: 1.26.2 - name: ut run: make test env: diff --git a/go.mod b/go.mod index 260c7f3..6f25426 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/projectsveltos/libsveltos -go 1.26.1 +go 1.26.2 require ( github.com/BurntSushi/toml v1.6.0 diff --git a/hack/tools/go.mod b/hack/tools/go.mod index 9d7b294..dcb27cf 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -1,6 +1,6 @@ module github.com/projectsveltos/libsveltos/hack/tools -go 1.26.1 +go 1.26.2 require ( github.com/a8m/envsubst v1.4.3