ci: bump to Go 1.20.1 and latest deps

* Go v1.20.1
* golangci-lint v1.51.1
* compose-go v1.10.0
* buildx v0.10.2
* BuildKit v0.11.3
* moby v23.0.1

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
This commit is contained in:
Milas Bowman
2023-02-15 15:14:05 -05:00
committed by Nicolas De loof
parent 313b82e94c
commit 593c4263f3
5 changed files with 27 additions and 26 deletions

View File

@@ -15,9 +15,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GO_VERSION=1.20.0
ARG GO_VERSION=1.20.1
ARG XX_VERSION=1.1.2
ARG GOLANGCI_LINT_VERSION=v1.51.0
ARG GOLANGCI_LINT_VERSION=v1.51.1
ARG ADDLICENSE_VERSION=v1.0.0
ARG BUILD_TAGS="e2e"