Skip to content

Commit

Permalink
chore(ci): upgrade min go version
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Jan 3, 2024
1 parent 1a8a802 commit a90b8a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.20

- name: Check out code
uses: actions/checkout@v1
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.18
go-version: 1.20

- name: Check out code
uses: actions/checkout@v1
Expand Down

0 comments on commit a90b8a0

Please sign in to comment.