diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f16a09..20d1242 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Install Protoc uses: arduino/setup-protoc@v3 with: @@ -92,7 +92,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Install Protoc uses: arduino/setup-protoc@v3 with: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 795fefb..cea269f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -57,7 +57,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Install Protoc uses: arduino/setup-protoc@v3 with: @@ -80,7 +80,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Install Protoc uses: arduino/setup-protoc@v3 with: diff --git a/go.mod b/go.mod index 9db1216..e4322fb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/teran/archived -go 1.22.5 +go 1.23 require ( github.com/Masterminds/sprig/v3 v3.2.3