@@ -82,15 +82,15 @@ jobs:
8282 strategy :
8383 matrix :
8484 include :
85- - {go: "1.20.3 ", goos: "linux", goarch: "386"}
86- - {go: "1.20.3 ", goos: "linux", goarch: "amd64"}
87- - {go: "1.20.3 ", goos: "linux", goarch: "arm"}
88- - {go: "1.20.3 ", goos: "linux", goarch: "arm64"}
89- - {go: "1.20.3 ", goos: "freebsd", goarch: "386"}
90- - {go: "1.20.3 ", goos: "freebsd", goarch: "amd64"}
91- - {go: "1.20.3 ", goos: "windows", goarch: "386"}
92- - {go: "1.20.3 ", goos: "windows", goarch: "amd64"}
93- - {go: "1.20.3 ", goos: "solaris", goarch: "amd64"}
85+ - {go: "1.20.4 ", goos: "linux", goarch: "386"}
86+ - {go: "1.20.4 ", goos: "linux", goarch: "amd64"}
87+ - {go: "1.20.4 ", goos: "linux", goarch: "arm"}
88+ - {go: "1.20.4 ", goos: "linux", goarch: "arm64"}
89+ - {go: "1.20.4 ", goos: "freebsd", goarch: "386"}
90+ - {go: "1.20.4 ", goos: "freebsd", goarch: "amd64"}
91+ - {go: "1.20.4 ", goos: "windows", goarch: "386"}
92+ - {go: "1.20.4 ", goos: "windows", goarch: "amd64"}
93+ - {go: "1.20.4 ", goos: "solaris", goarch: "amd64"}
9494 fail-fast : true
9595
9696 name : Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
@@ -179,7 +179,7 @@ jobs:
179179 matrix :
180180 goos : [ darwin ]
181181 goarch : [ "amd64", "arm64" ]
182- go : [ "1.20.3 " ]
182+ go : [ "1.20.4 " ]
183183 fail-fast : true
184184
185185 name : Go ${{ matrix.go }} ${{ matrix.goos }} ${{ matrix.goarch }} build
0 commit comments