Skip to content

Commit

Permalink
ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zJiaJun committed Sep 5, 2023
1 parent 19c4a39 commit dbb9e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: CI Actions

on:
push:
Expand All @@ -19,7 +19,7 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -v -ldflags='-s -w -extldflags "-static -fpic"' -o /build/warmane
run: go build -v -ldflags='-s -w -extldflags "-static -fpic"'

- name: Test
run: go test -v ./...
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gitub.com/zJiajun/warmane

go 1.21
go 1.20

require (
github.com/2captcha/2captcha-go v1.1.2
Expand Down

0 comments on commit dbb9e0a

Please sign in to comment.