fixed ci image
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
James Tombleson 2023-06-18 13:35:40 -07:00
parent 55043c481e
commit 209f07dea0

View File

@ -26,7 +26,7 @@ type: docker
name: compile name: compile
steps: steps:
- name: Compile project - name: Compile project
image: goloang:latest image: golang:latest
commands: commands:
- go build - go build
trigger: trigger: