Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperspencer committed Oct 3, 2023
1 parent 1124c07 commit 3da293a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21

- name: Test
run: go test -v ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cooperspencer/gickup

go 1.17
go 1.21

require (
code.gitea.io/sdk/gitea v0.16.0
Expand Down
Loading

0 comments on commit 3da293a

Please sign in to comment.