Skip to content

Commit

Permalink
use latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
thevilledev committed Oct 27, 2024
1 parent aa18573 commit 2a181b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: test

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
- 'go.mod'
- 'go.sum'
- 'Makefile'
- '.github/workflows/lint.yml'
- '.github/workflows/test.yml'

jobs:
Test:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/thevilledev/gonsensus

go 1.23.1
go 1.23.2

require (
github.com/aws/aws-sdk-go-v2 v1.32.2
Expand Down

0 comments on commit 2a181b3

Please sign in to comment.