https://github.com/trzsz/golang-1.18-go
golang-1.18-go for trusty
https://github.com/trzsz/golang-1.18-go
Last synced: 2 months ago
JSON representation
golang-1.18-go for trusty
- Host: GitHub
- URL: https://github.com/trzsz/golang-1.18-go
- Owner: trzsz
- Created: 2022-06-25T04:02:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T04:03:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T16:15:47.166Z (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.18-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.18-go
```### publish
```
wget https://go.dev/dl/go1.18.3.src.tar.gz
tar -xzf go1.18.3.src.tar.gzcd go
debuild -d -S -k$DEBSIGN_KEYID | tee /tmp/debuild.log 2>&1cd ..
dput ppa:trzsz/golang golang-1.18-go_1.18.3.1_source.changes
```