https://github.com/trzsz/golang-1.20-go
https://github.com/trzsz/golang-1.20-go
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/trzsz/golang-1.20-go
- Owner: trzsz
- Created: 2023-05-02T11:37:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-23T05:37:09.000Z (over 1 year ago)
- Last Synced: 2025-01-19T16:15:50.554Z (4 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-1.20-go for trusty
### install
```
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:trzsz/golang
sudo apt update
sudo apt install golang-1.20-go
```### publish
```
wget https://go.dev/dl/go1.20.12.src.tar.gz
tar -xzf go1.20.12.src.tar.gzcd go
debuild -d -S -k$DEBSIGN_KEYID | tee /tmp/debuild.log 2>&1cd ..
dput ppa:trzsz/golang golang-1.20-go_1.20.12_source.changes
```