chore: update golang
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2025-04-29 14:55:35 +02:00
parent e971ce65b5
commit 6d3e713836
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -3,6 +3,6 @@ kind: pipeline
name: blurp name: blurp
steps: steps:
- name: build - name: build
image: golang:1.21 image: golang:1.23
commands: commands:
- go build -v ./... - go build -v ./...