Skip to content

Commit

Permalink
Merge pull request #11 from vpereira/update_version
Browse files Browse the repository at this point in the history
Update go version
  • Loading branch information
vpereira authored Aug 24, 2024
2 parents de38358 + b06b691 commit 3461477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.19
image: golang:1.21
steps:
- uses: actions/checkout@v3
- name: Run make test
Expand All @@ -21,6 +21,8 @@ jobs:
image: docker:19.03.12
options: --privileged
steps:
- name: Install docker-compose
run: sudo apt-get install -y docker-compose
- uses: actions/checkout@v3
- name: Build the Docker images
run: docker-compose build
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
runner:
image: golang:1.19
image: golang:1.21
volumes:
- .:/brucutu
working_dir: /brucutu
Expand Down

0 comments on commit 3461477

Please sign in to comment.