Skip to content

Commit

Permalink
Update to go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb committed Dec 12, 2023
1 parent 56243c1 commit 95a034c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.20

- name: Lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.19
go 1.20

0 comments on commit 95a034c

Please sign in to comment.