Skip to content

Commit

Permalink
Fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Dec 10, 2023
1 parent 5d7ec0c commit 99962b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Checkout
uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"

- name: Cache Go modules
uses: actions/cache@v3
Expand Down

1 comment on commit 99962b7

@vercel
Copy link

@vercel vercel bot commented on 99962b7 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.