Skip to content

Commit

Permalink
go 1.21.6 -> 1.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
austin1237 committed May 23, 2024
1 parent 8ed55f8 commit 38c1a67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.6'
go-version: '1.22.3'

- name: build lambdas
run: make packageLambdas
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.6'
go-version: '1.22.3'

- name: Lint/Staticcheck scraper
uses: dominikh/staticcheck-action@v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.21.6
go 1.22.3

use (
./proxy
Expand Down

0 comments on commit 38c1a67

Please sign in to comment.