Skip to content

Commit

Permalink
update to go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Nov 8, 2024
1 parent 999b0cd commit a3c9ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-run-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22

- name: Build Nitric
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-start-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22

- name: Build Nitric
run: |
Expand Down

0 comments on commit a3c9ef8

Please sign in to comment.