Skip to content

Commit

Permalink
Use Go 1.21 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsaha committed Aug 24, 2023
1 parent 2dbcfe0 commit 1c62a8d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19']
go: [ '1.21']
name: Go ${{ matrix.go }} tests - Linux
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
go: [ '1.19']
go: [ '1.21']
name: Go ${{ matrix.go }} tests - MacOS
steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
go: [ '1.19' ]
go: [ '1.21' ]
name: Go ${{ matrix.go }} tests - Windows
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ workflow via scheduled github actions [here](https://github.com/amitsaha/gitback

## Building

If you have Go 1.19.x installed, you can clone the repository and:
If you have Go 1.21.x installed, you can clone the repository and:

```
$ go build
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/amitsaha/gitbackup

go 1.19
go 1.21

require (
github.com/99designs/keyring v1.2.2
Expand Down

0 comments on commit 1c62a8d

Please sign in to comment.