Skip to content

Commit

Permalink
Golang CI Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chamodshehanka committed Apr 30, 2024
1 parent 6990aa8 commit 8dcce4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go 1.21
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21

- name: Install dependencies
run: go mod tidy

- name: Build
run: go build main.go

0 comments on commit 8dcce4a

Please sign in to comment.