Skip to content

Commit

Permalink
docs: polish
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Sep 16, 2023
1 parent ca8f838 commit 95c5267
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## FAQ

- How do I install private modules?

Ref: [How to use private go module in GitHub Actions](https://blog.fabianmendez.dev/how-to-use-private-go-module-in-github-actions)
```yaml
- name: Configure git for private modules
env:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ signs:

# create multi-arch docker images
# https://goreleaser.com/customization/docker
# TODO: https://goreleaser.com/customization/ko/
dockers:
- id: account-amd64
use: buildx
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"source.fixAll": true
},
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorStyle": "line",
// "editor.fontSize": 16, // or "window.zoomLevel": 1,
"editor.fontFamily": " SourceCodePro-Regular, FiraCode-Retina, Menlo",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ An _open source_ framework for building and deploying distributed applications.
- [ ] _Option 3 (Step xDS)_: With Smallstep's Secret Discovery Service [SDS](https://github.com/smallstep/step-sds)
- [ ] [supply-chain](https://github.com/goreleaser/supply-chain-example) GoReleaser + Go Mod proxying + Cosign keyless signing + Syft SBOM generation example.
- [ ] [Multi-arch container image ]()
- [ ] [gkit](https://github.com/songzhibin97/gkit)
## Getting Started

### Prerequisite
Expand Down

0 comments on commit 95c5267

Please sign in to comment.