Skip to content

Commit

Permalink
bump go version to 1.22
Browse files Browse the repository at this point in the history
Summary: Unbreak GH builds.

Differential Revision: D61906161
  • Loading branch information
yarikk authored and facebook-github-bot committed Aug 28, 2024
1 parent 02759b7 commit 7831be5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- run: sudo apt-get install libpcap-dev
- uses: golangci/golangci-lint-action@v3
- run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
go-version: 1.22
- run: sudo apt-get install libpcap-dev
- run: go build -v ./...
# fuzzing, need to specify each package separately
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/facebook/time

go 1.21
go 1.22

require (
github.com/Knetic/govaluate v3.0.0+incompatible
Expand Down

0 comments on commit 7831be5

Please sign in to comment.