Skip to content

Commit

Permalink
ci: fix name of go1.22 pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
go-compile committed Jun 14, 2024
1 parent 90c4a19 commit 70bcf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.drone.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
kind: pipeline
type: docker
name: go-1-18
name: go-1-22

steps:
- name: test-go1.22
- name: test
image: golang:1.22
commands:
- go test ./...
Expand Down

0 comments on commit 70bcf40

Please sign in to comment.