fixed ci image
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
James Tombleson 2023-06-18 13:35:40 -07:00
parent 55043c481e
commit 209f07dea0
1 changed files with 1 additions and 1 deletions

View File

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