Bump go version up to 1.20
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2023-05-09 14:19:21 -07:00
parent a19ad94027
commit f32b5e4afa
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: test
steps:
- name: test
image: golang:1.17
image: golang:1.20
environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands:

2
go.mod
View File

@ -1,6 +1,6 @@
module git.iamthefij.com/iamthefij/restic-scheduler
go 1.17
go 1.20
require (
github.com/go-test/deep v1.0.8