We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59bc34 commit 8e1d190Copy full SHA for 8e1d190
1 file changed
.github/workflows/test.yml
@@ -12,14 +12,11 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
-
16
- - name: Setup Perl environment
17
- uses: shogo82148/actions-setup-perl@v1
+
+ - name: Setup Go
+ uses: actions/setup-go@v5
18
with:
19
- perl-version: '5.38'
20
21
- - name: Install Dependencies
22
- run: cpanm JSON LWP::Simple Test::More
23
+ go-version-file: go.mod
24
- name: Run Tests
25
run: make test
0 commit comments