diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index 9cf70b76..4559e86d 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Checkout the code uses: actions/checkout@v4 @@ -84,7 +84,7 @@ jobs: args: ./scripts/* - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Install and run Checkmake run: | @@ -103,7 +103,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Vendor packages run: | @@ -131,7 +131,7 @@ jobs: echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Checkout the code uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 95e6689b..e4ea5a08 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/dell/cosi -go 1.22 +go 1.23 require ( github.com/aws/aws-sdk-go v1.45.1