We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581d598 commit 7934714Copy full SHA for 7934714
.github/workflows/prerequisites.yml
@@ -13,7 +13,7 @@ jobs:
13
run: go install golang.org/x/tools/cmd/goimports@latest
14
15
- name: Checkout the repository
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
# Comment this out for now until amppackager passes goimports.
19
# https://github.com/ampproject/amppackager/issues/506
@@ -32,7 +32,7 @@ jobs:
32
go-version: '1.19'
33
34
35
36
37
- name: Diagnose the code with go vet
38
# TODO(banaag): Turn on composite checking when
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
- name: Run the tests
54
run: make test
0 commit comments