Skip to content

Commit

Permalink
add main, remove v19x
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukmanern committed Jan 23, 2024
1 parent e408ce7 commit 84c5b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.19.x", "1.20.x", "1.21.x"]
go-version: ["1.20.x", "1.21.x"]

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 7 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("hello world")
}

0 comments on commit 84c5b77

Please sign in to comment.