Bump golang used in Drone
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
IamTheFij 2024-09-26 11:52:15 -07:00
parent c7a408b496
commit a0df55a60c

View File

@ -4,7 +4,7 @@ name: test
steps: steps:
- name: test - name: test
image: golang:1.15 image: golang:1.22
commands: commands:
- make test - make test
@ -38,7 +38,7 @@ trigger:
steps: steps:
- name: build - name: build
image: golang:1.15 image: golang:1.22
environment: environment:
VERSION: ${DRONE_TAG:-${DRONE_COMMIT}} VERSION: ${DRONE_TAG:-${DRONE_COMMIT}}
commands: commands: