Skip to content

Commit

Permalink
bump go to 1.22 in all dnsrocks CI configs
Browse files Browse the repository at this point in the history
Summary: Missed that when bumped Go in go.mod

Differential Revision: D54200264
  • Loading branch information
abulimov authored and facebook-github-bot committed Feb 26, 2024
1 parent ac01247 commit 7b3a5f3
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 @@ -12,7 +12,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22
- name: "Install RocksDB"
run: sudo bash .github/scripts/install_rocks_head.sh
- uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perftest_dns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22
- name: install rocksdb
run: sudo bash .github/scripts/install_rocks_head.sh
- name : Perform perftest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.22
- name: install rocksdb
run: sudo bash .github/scripts/install_rocks_head.sh
- name : Compile
Expand Down

0 comments on commit 7b3a5f3

Please sign in to comment.