Skip to content

Commit

Permalink
switch to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Sep 28, 2023
1 parent a34809d commit 5fcdacf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.19
- name: set up go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: "1.20"
id: go

- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/go-pkgz/lgr

go 1.19
go 1.20

require github.com/stretchr/testify v1.8.1

Expand Down

0 comments on commit 5fcdacf

Please sign in to comment.