Skip to content

Commit

Permalink
fix: rename go module
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Aug 25, 2023
1 parent 6578d7a commit 258c7ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-push-go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: build-push-go

on:
push:
branches:
- main
on: push

jobs:
build-push-go:
Expand Down
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/ctrox/go-sample
module github.com/deploio-examples/go

go 1.19

0 comments on commit 258c7ff

Please sign in to comment.