Skip to content

Commit 623c8f5

Browse files
committed
update gh actions runtime version
1 parent 5be6a87 commit 623c8f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ jobs:
1515
os: [ubuntu-latest, macos-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v2
21+
uses: actions/setup-go@v3
2222
with:
2323
go-version: 1
2424

2525
- name: Install Linux deps
2626
if: runner.os == 'Linux'
2727
run: |
28+
sudo apt-get update
2829
sudo apt-get -y install --no-install-recommends \
2930
libxml2-dev libxslt1-dev liblzma-dev zlib1g-dev
3031

0 commit comments

Comments
 (0)