Skip to content

Commit

Permalink
Deleted label.yml and changed go.mod to go version 1.21.0 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Srijan-SS02 committed Nov 28, 2023
1 parent c263df9 commit 0cb9dc6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/label.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: go get && go build ./... && go test ./...
command: go run .


2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module dockit

go 1.23
go 1.21.0

0 comments on commit 0cb9dc6

Please sign in to comment.