Skip to content

Commit

Permalink
Use setup-go to get go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Jul 11, 2024
1 parent 5ae3d29 commit f38b9df
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@ jobs:
- name: Checkout source
uses: actions/checkout@v2

- name: Run Makefile linting and tests
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.x'

- name: Build
run: |
make
- name: Run Makefile linting and tests
run: |
make test
- name: Prepare
Expand Down

0 comments on commit f38b9df

Please sign in to comment.