|  | @@ -1,4 +1,4 @@
 | 
											
												
													
														|  | -name: "Test"
 |  | 
 | 
											
												
													
														|  | 
 |  | +name: Test
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  on:
 |  |  on:
 | 
											
												
													
														|  |    push:
 |  |    push:
 | 
											
										
											
												
													
														|  | @@ -10,17 +10,17 @@ jobs:
 | 
											
												
													
														|  |      name: Test
 |  |      name: Test
 | 
											
												
													
														|  |      runs-on: ubuntu-latest
 |  |      runs-on: ubuntu-latest
 | 
											
												
													
														|  |      steps:
 |  |      steps:
 | 
											
												
													
														|  | 
 |  | +      - name: Checkout repository
 | 
											
												
													
														|  | 
 |  | +        uses: actions/checkout@v4
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |        - name: Set up Go
 |  |        - name: Set up Go
 | 
											
												
													
														|  |          uses: actions/setup-go@v5
 |  |          uses: actions/setup-go@v5
 | 
											
												
													
														|  |          with:
 |  |          with:
 | 
											
												
													
														|  | -          go-version: '^1.21.0'
 |  | 
 | 
											
												
													
														|  | 
 |  | +          go-version: ^1.21.0
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |        - name: Display Go version
 |  |        - name: Display Go version
 | 
											
												
													
														|  |          run: go version
 |  |          run: go version
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -      - name: Checkout repository
 |  | 
 | 
											
												
													
														|  | -        uses: actions/checkout@v4
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  |        - name: Install dependencies
 |  |        - name: Install dependencies
 | 
											
												
													
														|  |          run: go get
 |  |          run: go get
 | 
											
												
													
														|  |  
 |  |  
 |