chore(deps): update Go to 1.20 (#726)

* chore(github): Update to go 1.20

* chore(go): enable language functionality in 1.20

* build: update go versions and rename dockerfile.ci
This commit is contained in:
Kyle Sanderson 2023-02-28 14:29:51 -08:00 committed by GitHub
parent ca196f0bf1
commit b2d93d50c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 8 deletions

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/autobrr/autobrr
go 1.19
go 1.20
require (
github.com/Masterminds/sprig/v3 v3.2.2