Skip to content

Commit

Permalink
Bump github workflows to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 9, 2024
1 parent b4dfc82 commit 9042405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: '1.20.6'
go-version: '1.22.4'

- uses: actions/checkout@v4
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: '1.20.6'
go-version: '1.22.4'

- uses: actions/checkout@v4
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v5
with:
go-version: '1.20.6'
go-version: '1.22.4'

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9042405

Please sign in to comment.