Skip to content

Commit

Permalink
chore: ⬆ update to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleduigou committed Dec 14, 2023
1 parent a8cddb3 commit a239ac7
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.20
- name: Set up Go 1.21
uses: actions/setup-go@v1
with:
go-version: 1.20
go-version: 1.21
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.20
Currently the project uses version 1.21

### 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.20
go 1.21

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

0 comments on commit a239ac7

Please sign in to comment.