File tree Expand file tree Collapse file tree
actions/setup-default-test-properties
buildSrc/src/main/groovy/org/apache/beam/gradle Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "SPARK_VERSIONS" : [" 2" , " 3" ]
1919 },
2020 "GoTestProperties" : {
21- "SUPPORTED_VERSIONS" : [" 1.18 " ]
21+ "SUPPORTED_VERSIONS" : [" 1.19 " ]
2222 }
2323}
Original file line number Diff line number Diff line change 3434 name : Build Playground Backend App
3535 runs-on : ubuntu-latest
3636 env :
37- GO_VERSION : 1.18.0
37+ GO_VERSION : 1.19.3
3838 BEAM_VERSION : 2.40.0
3939 TERRAFORM_VERSION : 1.0.9
4040 STAND_SUFFIX : ' '
Original file line number Diff line number Diff line change 4444 fetch-depth : 2
4545 - uses : actions/setup-go@v3
4646 with :
47- go-version : ' 1.18 '
47+ go-version : ' 1.19 '
4848 - name : Delete old coverage
4949 run : " cd sdks/go/pkg && rm -rf .coverage || :"
5050 - name : Run coverage
Original file line number Diff line number Diff line change 4242 - uses : actions/checkout@v3
4343 - uses : actions/setup-go@v3
4444 with :
45- go-version : ' 1.18 '
45+ go-version : ' 1.19 '
4646 - name : " Installing local env dependencies"
4747 run : " sudo ./local-env-setup.sh"
4848 id : local_env_install_ubuntu
5757 - uses : actions/checkout@v3
5858 - uses : actions/setup-go@v3
5959 with :
60- go-version : ' 1.18 '
60+ go-version : ' 1.19 '
6161 - name : " Installing local env dependencies"
6262 run : " ./local-env-setup.sh"
6363 id : local_env_install_mac
Original file line number Diff line number Diff line change @@ -1972,7 +1972,7 @@ class BeamModulePlugin implements Plugin<Project> {
19721972 def goRootDir = " ${ project.rootDir} /sdks/go"
19731973
19741974 // This sets the whole project Go version.
1975- project. ext. goVersion = " go1.18.1 "
1975+ project. ext. goVersion = " go1.19.3 "
19761976
19771977 // Minor TODO: Figure out if we can pull out the GOCMD env variable after goPrepare script
19781978 // completion, and avoid this GOBIN substitution.
Original file line number Diff line number Diff line change 1616# limitations under the License.
1717# ##############################################################################
1818
19- FROM golang:1.18 -bullseye
19+ FROM golang:1.19 -bullseye
2020
2121WORKDIR /usr/src/app
2222COPY go.mod ./
Original file line number Diff line number Diff line change 3737#
3838# This variable is also used as the execution command downscript.
3939# The list of downloadable versions are at https://go.dev/dl/
40- GOVERS=go1.18.1
40+ GOVERS=go1.19.3
4141
4242if ! command -v go & > /dev/null
4343then
You can’t perform that action at this time.
0 commit comments