Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mxssl committed Mar 23, 2023
1 parent 56afd36 commit 6194ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version: '2.4'

services:
ntwrk:
image: mxssl/ntwrk:0.1.6
image: mxssl/ntwrk:0.1.7
env_file: .env
restart: always
# for native mode you need to use host network mode
Expand Down

0 comments on commit 6194ede

Please sign in to comment.