canonical / pebble

Pebble is a lightweight Linux service manager with layered configuration and an HTTP API.
https://canonical-pebble.readthedocs-hosted.com/
GNU General Public License v3.0
149 stars 54 forks source link

Build Pebble snap with Go 1.20 #271

Closed cjdcordeiro closed 1 year ago

cjdcordeiro commented 1 year ago

Based on https://github.com/canonical/pebble/pull/171, this PR is simply making sure the Pebble snap is built with Go 1.20 instead of whatever the latest stable Go version is in the snap store.

jnsgruk commented 1 year ago

Merging this as it's a trivial change to CI and build process.