Skip to content

Commit

Permalink
chore: update workflow and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed May 8, 2024
1 parent 395f7e9 commit eb8e75b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.21.x
go-version: 1.22.x

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit eb8e75b

Please sign in to comment.