summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 14:49:09 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-24 15:15:14 +0000
commit08ec648efa1c3ff48d5fbc4d909cd54199d9009e (patch)
tree5c3c4e872e181690f211fb202d4cb502379ccf7e /recipes-devtools/go
parent8c89811e658b711d142c7364d37a71be9f4b01dd (diff)
downloadmeta-virtualization-08ec648efa1c3ff48d5fbc4d909cd54199d9009e.tar.gz
devtools/go-context: update branch to main
Upstream has changed the branch to main and deleted master, so we need to update our SRC_URI to match. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/go')
-rw-r--r--recipes-devtools/go/go-context_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
7SRCNAME = "context" 7SRCNAME = "context"
8 8
9PKG_NAME = "github.com/gorilla/${SRCNAME}" 9PKG_NAME = "github.com/gorilla/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" 10SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
11 11
12SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a" 12SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"
13 13