Commit b1d06825 authored by Stan Hu's avatar Stan Hu

Bump Go version in go.mod to v1.13

Since we dropped support for v1.12 in
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/532, we
should set the go.mod version to the minimum supported version, which is
Go v1.13.
parent 94ada84e
module gitlab.com/gitlab-org/gitlab-workhorse module gitlab.com/gitlab-org/gitlab-workhorse
go 1.12 go 1.13
require ( require (
github.com/BurntSushi/toml v0.3.1 github.com/BurntSushi/toml v0.3.1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment