Skip to content

Commit

Permalink
update to go@1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
efreitasn committed Feb 15, 2024
1 parent 85e506c commit 67d12fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Downnload go@v1.21
- name: Downnload go@v1.22
uses: actions/setup-go@v1
with:
go-version: 1.21
go-version: 1.22

- name: Checkout repo
uses: actions/checkout@v1
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/efreitasn/egen

go 1.21
go 1.22

require (
github.com/alecthomas/chroma v0.10.0
Expand Down

0 comments on commit 67d12fa

Please sign in to comment.