Skip to content

Commit

Permalink
⬆ update to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleduigou committed Jul 23, 2023
1 parent dc46878 commit b64faaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.19
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.19
go-version: 1.20
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to fork the repo, replace the latest path element with your GitHub h
### Prerequisites

You will need to have Go installed on your machine.
Currently the project uses version 1.19
Currently the project uses version 1.20

### Building
You will find a Makefile at the root of the project.
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/jbleduigou/budget2sheets

go 1.19
go 1.20

require (
github.com/aws/aws-lambda-go v1.41.0
Expand Down

0 comments on commit b64faaa

Please sign in to comment.