Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
tawalaya committed Nov 20, 2022
1 parent ef8fad8 commit 72d7a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go 1.17
- name: Set up Go 1.19
uses: actions/setup-go@v3
with:
go-version: '1.17'
go-version: '1.19'
check-latest: true
cache: true
id: go
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/tawalaya/GoGitBackup

go 1.17
go 1.19

require (
github.com/cheggaaa/pb/v3 v3.1.0
Expand Down

0 comments on commit 72d7a95

Please sign in to comment.