Skip to content

Commit

Permalink
ci: bump go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheu committed Apr 18, 2024
1 parent 3b79cb3 commit 7b12abf
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 @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.16
go-version: ^1.20
id: go

- name: Check out code into the Go module directory
Expand All @@ -38,7 +38,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.20'
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 7b12abf

Please sign in to comment.