Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed Jul 22, 2024
1 parent 5d06685 commit 32e5780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
steps:

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

- name: Check out code into the Go module directory
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: Make all (go generate, build + test)
run: make all
Expand Down

0 comments on commit 32e5780

Please sign in to comment.