Skip to content

Commit

Permalink
Merge pull request #258 from gianlucam76/action
Browse files Browse the repository at this point in the history
Update go version in github action
  • Loading branch information
gianlucam76 authored Jan 2, 2024
2 parents e39cb8a + 2cc22c4 commit 7841848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.21.5
- name: Build
run: make build
- name: FMT
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.8
go-version: 1.21.5
- name: ut
run: make test
env:
Expand Down

0 comments on commit 7841848

Please sign in to comment.