We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 882376a + f8b934b commit 3ce1edfCopy full SHA for 3ce1edf
2 files changed
.github/workflows/semconvgen.yml
@@ -17,7 +17,7 @@ jobs:
17
working-directory: semantic-conventions/
18
steps:
19
- uses: actions/checkout@v3
20
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
21
with:
22
python-version: '3.x'
23
- name: install dev-dependencies
@@ -46,7 +46,7 @@ jobs:
46
needs: tests
47
48
49
50
- name: Build the wheel
51
run: |
52
pip install -U pip setuptools wheel
schemas/Dockerfile
@@ -14,7 +14,7 @@ RUN go build -o /schemas-tool
14
15
## Run
16
##
-FROM alpine:3.18
+FROM alpine:3.19
WORKDIR /
0 commit comments