diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76548678ab..69cf766518 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,10 +29,10 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x' - - name: Set up Go 1.23 + - name: Set up Go 1.25 uses: actions/setup-go@v6 with: - go-version: '1.23' + go-version: '1.25' - name: Set up Java 8 uses: actions/setup-java@v5 with: @@ -111,10 +111,10 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: '6.0.x' - - name: Set up Go 1.23 + - name: Set up Go 1.25 uses: actions/setup-go@v6 with: - go-version: '1.23' + go-version: '1.25' - name: Set up Java 8 uses: actions/setup-java@v5 with: @@ -187,7 +187,7 @@ jobs: matrix: title: ['baseline'] dotnet: ['6.0.x'] - go: ['1.23'] + go: ['1.25'] java: ['8'] node: ['20'] # EOS 2026-10-30 os: [ubuntu-latest] @@ -198,7 +198,7 @@ jobs: - title: 'Windows' os: windows-latest dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' python: '3.9' @@ -206,7 +206,7 @@ jobs: - title: 'macOS' os: macos-latest dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' python: '3.9' @@ -214,28 +214,28 @@ jobs: - title: 'Node 18' java: '8' dotnet: '6.0.x' - go: '1.23' + go: '1.25' node: '18' # EOS 2025-11-30 os: ubuntu-latest python: '3.9' - title: 'Node 20' java: '8' dotnet: '6.0.x' - go: '1.23' + go: '1.25' node: '20' # EOL 2026-04-30 os: ubuntu-latest python: '3.9' - title: 'Node 22' java: '8' dotnet: '6.0.x' - go: '1.23' + go: '1.25' node: '22' # EOL 2027-04-30 os: ubuntu-latest python: '3.9' - title: 'Node 24' java: '8' dotnet: '6.0.x' - go: '1.23' + go: '1.25' node: '24' # EOL 2028-04-30 os: ubuntu-latest python: '3.9' @@ -243,28 +243,28 @@ jobs: - title: '.NET 7.0' java: '8' dotnet: '7.0.x' - go: '1.23' + go: '1.25' node: '20' os: ubuntu-latest python: '3.9' - title: '.NET 8.0' java: '8' dotnet: '7.0.x' - go: '1.23' + go: '1.25' node: '20' os: ubuntu-latest python: '3.9' - title: '.NET 9.0' java: '8' dotnet: '9.0.x' - go: '1.23' + go: '1.25' node: '20' os: ubuntu-latest python: '3.9' - title: '.NET 10.0' java: '8' dotnet: '10.0.x' - go: '1.23' + go: '1.25' node: '20' os: ubuntu-latest python: '3.9' @@ -287,7 +287,7 @@ jobs: - title: 'Java 11' java: '11' dotnet: '6.0.x' - go: '1.23' + go: '1.25' node: '20' os: ubuntu-latest python: '3.9' @@ -295,35 +295,35 @@ jobs: - title: 'Python 3.9' python: '3.9' dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' os: ubuntu-latest - title: 'Python 3.10' python: '3.10' dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' os: ubuntu-latest - title: 'Python 3.11' python: '3.11' dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' os: ubuntu-latest - title: 'Python 3.12' python: '3.12' dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' os: ubuntu-latest - title: 'Python 3.13' python: '3.13' dotnet: '6.0.x' - go: '1.23' + go: '1.25' java: '8' node: '20' os: ubuntu-latest @@ -440,10 +440,10 @@ jobs: uses: actions/setup-dotnet@v5 with: dotnet-version: '7.0.x' - - name: Set up Go 1.23 + - name: Set up Go 1.25 uses: actions/setup-go@v6 with: - go-version: '1.23' + go-version: '1.25' - name: Set up Java 20 uses: actions/setup-java@v5 with: diff --git a/packages/@jsii/go-runtime-test/project/go.mod b/packages/@jsii/go-runtime-test/project/go.mod index a9c34ac3d3..3d0daab2c2 100644 --- a/packages/@jsii/go-runtime-test/project/go.mod +++ b/packages/@jsii/go-runtime-test/project/go.mod @@ -1,6 +1,6 @@ module github.com/aws/jsii/go-runtime-test -go 1.23.0 +go 1.25.0 toolchain go1.24.5