Skip to content

Commit

Permalink
Merge pull request #232 from gianlucam76/prep
Browse files Browse the repository at this point in the history
github action use setup-go@v4
  • Loading branch information
gianlucam76 authored Oct 28, 2023
2 parents c50bc4d + 6a72c2c commit b4cd6e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20.0
go-version: 1.20.8
- name: Build
run: make build
- name: FMT
Expand All @@ -35,9 +35,9 @@ jobs:
- name: checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20.0
go-version: 1.20.8
- name: ut
run: make test
env:
Expand Down

0 comments on commit b4cd6e1

Please sign in to comment.