File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616 test :
1717 strategy :
1818 matrix :
19- go-version : [1.16 .x]
19+ go-version : [1.17 .x]
2020 platform : [ubuntu-latest, macos-latest, windows-latest]
2121 runs-on : ${{ matrix.platform }}
2222 timeout-minutes : 5
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- FROM golang:1.16
15+ FROM golang:1.17
1616
1717WORKDIR /go/src
1818
Original file line number Diff line number Diff line change 11module github.com/compose-spec/compose-go
22
3- go 1.16
3+ go 1.17
44
55require (
66 github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
@@ -18,3 +18,10 @@ require (
1818 gopkg.in/yaml.v2 v2.4.0
1919 gotest.tools/v3 v3.1.0
2020)
21+
22+ require (
23+ github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
24+ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
25+ golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
26+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
27+ )
You can’t perform that action at this time.
0 commit comments