From b6f83ff1a03717ff86b8eb7b9da71d102f5b3754 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Tue, 12 Sep 2023 09:20:33 +0200 Subject: [PATCH] go-context: Switch to main branch The project has renamed the master branch to main. Signed-off-by: Mingli Yu Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-context_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index 37f39b38..0959054b 100644 --- a/recipes-devtools/go/go-context_git.bb +++ b/recipes-devtools/go/go-context_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f" SRCNAME = "context" PKG_NAME = "github.com/gorilla/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"