Compare commits
4 commits
Author | SHA1 | Date | |
---|---|---|---|
5c404c186e | |||
a34ab61193 | |||
3c2f929873 | |||
4ba111ff96 |
4 changed files with 5 additions and 5 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Prepare Build Environment
|
||||
run: |
|
||||
apt update && apt -y install zip nodejs curl jq golang
|
||||
apt update && apt -y install zip nodejs curl jq golang git
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -2,8 +2,8 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"repobase.net/j/internal/greet"
|
||||
"repobase.net/j/pkg/util"
|
||||
"repobase.net/j/workflow-sample-go/internal/greet"
|
||||
"repobase.net/j/workflow-sample-go/pkg/util"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,2 +1,2 @@
|
|||
module repobase.net/j/workflow-sample-go
|
||||
go 1.22
|
||||
go 1.19
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package util
|
||||
|
||||
import fmt
|
||||
import "fmt"
|
||||
|
||||
func PrintVersion() {
|
||||
fmt.Println("v4.2.0")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue